0
Is there multiple semicolon after end of statement allowed in C++?
2 Respuestas
0
Nope, I don't think so. Each c++ statement ends with a SINGLE semicolon.
0
In every case, a second semicolon will create an error preventing your code from compiling.