Blog Desk       April 8, 2026      16

Which function is the entry point of every C program?

  1. main()
  2. init()
  3. start()
  4. #include

The Right Answer is : Option A

Explanation