Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 2 (Q.No. 46)
46.
Which of the following can be used to declare the main function?
void main
void Main()
void main()
main
either (b) or (c) can be used
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Eklesh parmar said:   9 years ago
C++ is case sensetive to use smaller laaters ti call the os for main function.

Post your comments here:

Your comments will be displayed after verification.