which header file contains main() function in c?
Answer Posted / reshma pawar
main is not included in any header file
It is just neaming convention for starting
the execution of program and main is not reserved
word also
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is class and object in c?
Write a program to find factorial of a number using recursive function.
What is variables in c?
how to find binary of number?
How can I discover how many arguments a function was actually called with?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Is main is a keyword in c?
What is a good way to implement complex numbers in c?
How can I send mail from within a c program?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is derived datatype in c?
What is the difference between int main and void main in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Difference between goto, long jmp() and setjmp()?