Is main() function predfined or userdefined?

Answer Posted / guest

predfined

Is This Answer Correct ?    5 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does #pragma once mean?

682


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

607


When should structures be passed by values or by references?

581


how should functions be apportioned among source files?

623


Which one would you prefer - a macro or a function?

598






What are run-time errors?

596


What is const and volatile in c?

561


How do you define CONSTANT in C?

647


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1701


What is meant by recursion?

628


Differentiate between the = symbol and == symbol?

708


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1707


How do you override a defined macro?

695


What is the sizeof () operator?

618


Create a simple code fragment that will swap the values of two variables num1 and num2.

802