My First c program program
//My first step of c programming
#include<stdio.h>
main (){
printf("welcome to the world of c programming");
}
Output :
Welcome to the world of c programming
This blog is for basic programming tutorial. Mostly programs of c and c++ programming are available here .
Comments
Post a Comment