main is a predefined or user define function
if user defined why?
if predefined whay?

Answer Posted / b.laddu lal

Main() a userdefined function or a predefined function a multimillion question?

main() is neither predefined nor userdefined function its a special member function call by Operating System......

Is This Answer Correct ?    8 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

651


i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical

1848


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

626


What is the difference between union and structure in c?

581


What's the total generic pointer type?

619






Can include files be nested? How many levels deep can include files be nested?

660


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1632


What do you mean by a sequential access file?

631


What does 1f stand for?

616


how can use subset in c program and give more example

1507


What is the use of sizeof?

559


code for replace tabs with equivalent number of blanks

1645


Why is c fast?

612


What is a global variable in c?

594


Write a program to swap two numbers without using a temporary variable?

613