which header file contains main() function in c?
Answer Posted / neha
If main() is UDF,then UDF r part of the program which compile runtime but in simple program we also use ctrl+F9 to run program?give me ans pls
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain the process of converting a Tree into a Binary Tree.
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is c definition?
What Is The Difference Between Null And Void Pointer?
If fflush wont work, what can I use to flush input?
What is difference between far and near pointers?
Why c is called procedure oriented language?
write a c program for swapping two strings using pointer
What is the use of getchar() function?
What do you understand by friend-functions? How are they used?
What is difference between array and pointer in c?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What are the 4 types of unions?
Can static variables be declared in a header file?
what is the function of pragma directive in c?