Answer Posted / sonu
main function part of class so its name is main, and it is execute execute by the compiler outside the class so it is made public, and it is getting the memory at compile time so it is static , and it is not return any value so it is void .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between near, far and huge pointers?
Why is c still so popular?
Write a factorial program using C.
What is the use of getch ()?
What is #define?
Can you explain the four storage classes in C?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
By using C language input a date into it and if it is right?
What is the 'named constructor idiom'?
What is extern keyword in c?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What does c in a circle mean?
In C language what is a 'dangling pointer'?
What are the benefits of organizational structure?
How does placing some code lines between the comment symbol help in debugging the code?