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
Why is C language being considered a middle level language?
Explain bitwise shift operators?
Are pointers really faster than arrays?
What is the modulus operator?
Explain the concept and use of type void.
What is meant by 'bit masking'?
Explain pointers in c programming?
Write a program to print fibonacci series using recursion?
What are the disadvantages of c language?
What is the difference between char array and char pointer?
diff between exptected result and requirement?
What is a shell structure examples?
What is pivot in c?
What is the difference between pure virtual function and virtual function?
Can you please explain the difference between exit() and _exit() function?