0
a question
if we have to use a semi colon; after every statement then why did we not use semi colon after int main()
2 Answers
+ 1
because main is function which store entire code we write.so we should not end the main.
+ 1
because main is function which store entire code we write.