which header file contains main() function in c?
Answer Posted / raj
Please if u don't know answer then don't post comment..
Please search stdio.h file
it doesn't contain main function declaration
thanks
| Is This Answer Correct ? | 36 Yes | 0 No |
Post New Answer View All Answers
When do we get logical errors?
Write a program to print “hello world” without using semicolon?
What does main () mean in c?
Can you explain the four storage classes in C?
What does 2n 4c mean?
How will you find a duplicate number in a array without negating the nos ?
Can you please explain the scope of static variables?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What is strcpy() function?
What is a floating point in c?
How can I read data from data files with particular formats?
What is structure and union in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What does return 1 means in c?
Why do we use namespace feature?