Is main() function predfined or userdefined?
Answers were Sorted based on User's Feedback
main() is a predefined function because compiler starts
executing only in main() function. It better to press F7
function key after compiling your program because the
control first passes only to main() function
| Is This Answer Correct ? | 0 Yes | 7 No |
What is wild pointer in c?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
what is object oriental programing?
Explain how do you list a file’s date and time?
How do I declare a pointer to an array?
how the compiler treats any volatile variable?Explain with example.
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
What is the use of keyword VOLATILE in C?
Explain Basic concepts of C language?
How can I find leaf node with smallest level in a binary tree?
what is pointer ? what is the use of pointer?
What are the different data types in C?