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 use of bit field?
write a program fibonacci series and palindrome program in c
Is it possible to pass an entire structure to functions?
What are the types of assignment statements?
Can a local variable be volatile in c?
How many parameters should a function have?
Explain enumerated types in c language?
How can I manipulate individual bits?
What are 'near' and 'far' pointers?
what is recursion in C
What does nil mean in c?
Tell me can the size of an array be declared at runtime?
What is nested structure with example?
What is calloc()?
Can you write the algorithm for Queue?