SIMPLE C PROGRAM / FIRST C PROGRAM
C Program to print a line
1 2 3 4 5 |
#include<stdio.h> main() { Printf(" C PROGRAMS BLOG "); } |
Output :
C PROGRAMS BLOG
a blog by Sameer
C Program to print a line
1 2 3 4 5 |
#include<stdio.h> main() { Printf(" C PROGRAMS BLOG "); } |
Output :
C PROGRAMS BLOG