which header file contains main() function in c?

Answer Posted / guruprasad

doesn't require any header file in function main(),

Because nothing else calls main. It is the entry point for
execution.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1773


What is a c token and types of c tokens?

596


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

582


What does calloc stand for?

653


Do you know what are the properties of union in c?

588






Why is struct padding needed?

639


What is the best way to store flag values in a program?

583


Combinations of fibanocci prime series

1118


How to compare array with pointer in c?

627


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

610


What is a structural principle?

646


What is the main difference between calloc () and malloc ()?

580


string reverse using recursion

1820


What is a newline escape sequence?

672


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2206