Showing posts with label C PROGRAMS. Show all posts
Showing posts with label C PROGRAMS. Show all posts

Structure of C Program

Engg.... | 09:55 | | | Best Blogger Tips
c program structure


C PROGRAM  STRUCTURE:
Different programming languages have their own format of coding. The basic components of C program are
  • main()
  • pair of curly braces {,}
  • declarations and statements
  • user define functions   
read more