0
Semicolons
I'm still caught up on where or where not to use semicolons, may I get some help?
3 ответов
+ 1
Pretty much everywhere if it's not a function
e.g.
int main()
{
}
or a header file
e.g.
#include <iostream>
Semicolons are used to declare the end of a statement.
0
semi column used to complete sentence in c++
0
eol end of line
it terminate