which header file contains main() function in c?
Answer Posted / mukesh
main() is pre user defined function there4 no need of header
file for it bcoz it is not a library function
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the different categories of functions in c?
What is a far pointer in c?
How to establish connection with oracle database software from c language?
In c language can we compile a program without main() function?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
What is the use of a ‘ ’ character?
What is nested structure?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Explain what is the heap?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What the advantages of using Unions?
Explain what happens if you free a pointer twice?
What are volatile variables in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?