In this page we have shared various types of c programs on various topics like loops,switch case,if-else statement,arrays,strings,pointer,functions,recursion etc. This page consists of programs from basic c programs to high level c programs.
Search This Blog
Thursday, July 4, 2019
Thursday, June 27, 2019
Wednesday, June 26, 2019
Subscribe to:
Comments (Atom)
Wap in c to print the factorial of a number
#include<stdio.h> int main() { int i,f=1; printf("Enter a number\n"); scanf("%d",&n); for(i=0;i<n;i++) { f...




































