Skip to content
VerkkoNet Technical Blog
You dream IT !! We build IT !!
  • Home
  • JavaScript Tutorials
  • Computer Programming
  • Computer Security
  • Computer Tips & Techniques
  • Internet Tips & Techniques
  • Hardware Reviews

Category: C Programming

C Program to reverse a number

October 27, 2017 Sam Solomon Prabu SD Leave a comment

Following code will reverse the given number. #include <stdio.h> int main() { int n, reversedNumber = 0, remainder;   printf("Enter…

Continue Reading →

Posted in: C Programming

C Program without a semicolon

August 25, 2017 Sam Solomon Prabu SD Leave a comment

Have you ever think about this? Can we have a ‘C’ program without any semicolon in it? Is that possible?…

Continue Reading →

Posted in: C Programming

C Program without main function

Sam Solomon Prabu SD Leave a comment

Here’s the solution: #include   #define decode(i,s,r,a,e,l) s##i##r##a   #define begin decode(a,m,i,n,o,l)   void begin()   {   printf(“No Main…

Continue Reading →

Posted in: C Programming

Pyramid in a C program

Sam Solomon Prabu SD

Following code will print the pyramid of numbers. To get pyramid of stars, replace integer values by the symbol “*”…

Continue Reading →

Posted in: C Programming

Recent Posts

  • Gunshot Effect in JavaScript
  • WhatsApp Money
  • WhatsApp introducing UPI Payments in India
  • C Program to reverse a number
  • 5 lines code to hack the keyboard

Categories

  • C Programming (4)
  • Computer Programming (1)
  • Computer Security (5)
  • Computer Tips & Techniques (7)
  • Hardware Reviews (2)
  • Internet Tips & Techniques (6)
  • JavaScript Tutorials (3)

Our YouTube Channel

https://www.youtube.com/watch?v=5uQnoH-yeo4

Archives

  • October 2018 (1)
  • February 2018 (2)
  • October 2017 (1)
  • September 2017 (2)
  • August 2017 (22)
Copyright © 2023 VerkkoNet Technical Blog.