Main is a:
a) Compiler directive
b) Comment
c) Function
d) Expression
Answers
Answered by
1
Answer:
options C is right answer
Answered by
0
Answer:
Function
Explanation:
main() is not a predefined or inbuilt function. It is a user-defined function with a predefined function prototype (also called function signature). The user writes its functionality, but its declaration has certain restrictions.
Similar questions