Take Free Quiz On C Programming ?

Join C Programming Community

Thursday, April 15, 2025

Tips for beginners 1 : About Simple Program

Information is
Bookmark and Share

Tips for New Programmers 1 : About Simple Program 

  1. Include following header file in order to print simply "Hello"
#include<stdio.h>
  1. Don't forgot to write main function.
  2. Separate line for each header file .
  3. Each Statement is terminated by Semicolon (;) .
  4. Main function starts with opening parenthesis (" { ") and ends with closing parenthesis (" } ") .
  5. Simple Hello Word Program :
#include<stdio.h>
main()
{
printf("Hello World");
}


Bookmark & Share

0 comments:

Post a Comment

Your Feedback : This is Growing Site and Your Feedback is important for Us to improve the Site performance & Quality of Content.Feel Free to contact and Please Provide Name & Contact Email

Previous Next home
Related Posts with Thumbnails
Your Ad Here