Which of the below is invalid identifier with main method?
Answers
Answered by
4
Explanation:
kslsldkakskakwosowqi
Answered by
1
Invalid identifier in main method
Explanation:
In the above question, some details of the question is missing that is the options.
a). private
b). public
c). final
d). static
Option A that is private is incorrect because the main function should not be as a private, and outside function is invoked by the private.
Another modifier with the main function is accurate but the private is not used because it uses friend keyword in C++ to invoke outside the current or available module.
Learn More:
brainly.in/question/8092682.
Similar questions