why we shiuld use main keyword in C

Answer Posted / raj

main() is the enty point of all the application ,and is the
special function because it is invoked by the OS
routines,through this function we can call any function.So
every application must contain main() function.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is C language being considered a middle level language?

742


Explain bitwise shift operators?

746


Are pointers really faster than arrays?

659


What is the modulus operator?

820


Explain the concept and use of type void.

749






What is meant by 'bit masking'?

993


Explain pointers in c programming?

733


Write a program to print fibonacci series using recursion?

706


What are the disadvantages of c language?

731


What is the difference between char array and char pointer?

611


diff between exptected result and requirement?

1685


What is a shell structure examples?

688


What is pivot in c?

653


What is the difference between pure virtual function and virtual function?

744


Can you please explain the difference between exit() and _exit() function?

695