Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
Write a program to print 1 to 100 numbers using while loop. #include<stdio.h> #incl…
Function:- Function is a collection of instruction written in C language to perform …
Write a program to print table 1 to nth number in C # include < stdio.h > # in…
Write a program in C to reverse given number #include<stdio.h> #include<conio.h>…
Difference between while and do-while