Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
C program for swapping 2 numbers with and without temp variables #include<stdio.h> #in…
#include<stdio.h> #include<conio.h> int fibo(int x); int main() { int n…
C program for palindrome using while loop #include<stdio.h> #include<conio.h>…
Basic structure of a C program: C program consists of a group of blocks called functions…
Introduction of C language :- C language was developed by Dennis Ritchie in 1972 …