Hi,
main()
{
}

Is a user defined function or Built in Functionn

Answer Posted / yogesh bansal

main is a system declared user defined function

Is This Answer Correct ?    31 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c value paradox explain?

574


What is a good data structure to use for storing lines of text?

592


Where define directive used?

606


What is the use of typedef in c?

583


In c programming language, how many parameters can be passed to a function ?

629






Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2118


What is static and auto variables in c?

566


Explain the difference between malloc() and calloc() in c?

576


What is the most efficient way to store flag values?

685


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

716


Explain what are its uses in c programming?

590


What is the difference between call by value and call by reference in c?

617


Explain what are the advantages and disadvantages of a heap?

597


Is c still relevant?

637


How will you write a code for accessing the length of an array without assigning it to another variable?

613