The type of main() function in C++ is: *
a. void
b. main has no type
c. int
d. string
Submit
Answers
Answered by
1
Answer:
c is right answer
Here main has 'int' data type therefore we have returned value 0 at end.
Similar questions