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

Explain what are preprocessor directives?

623


How can you allocate arrays or structures bigger than 64K?

678


What is the difference between near, far and huge pointers?

628


Why array is used in c?

549


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1475






Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1115


How to declare pointer variables?

683


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

637


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

596


What is a null pointer in c?

591


How can I copy just a portion of a string?

812


How can I dynamically allocate arrays?

586


Why c is called a mid level programming language?

601


hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...

1435


What are the basic data types associated with c?

811