the function main()is
Answers
Answered by
1
Answer:
Explanation:
The main () function provides a platform for calling the first user-defined function in the program. ... The main () has function definition (the code of a function) but it doesn't have any function declaration. Though we often use int main () or void main (), these declarations are not compulsory.
Similar questions