First Program Hello Everyone! in C Programming

All c statemtns are written inside main() it is the starting point of execution. To represent start and ent of main() we use curly breces{}.
To display text in output window we use printf()

Example

Result

Categories C

Leave a Comment