This is first start c c0de.
In this part we will deal only printing function.
#include<stdio.h>
#include<stdlib.h>
int main()
{
printf("My name is .... ");
system("pause"); // If you are using visual studio 2010 as IDE.
return 0;
}
No comments:
Post a Comment