I am a newbie in C++.
A semicolon is a terminator, so when it is included at the beginning of code it must terminate the line, i.e it should skip the line and start executing the next line. When I include a semicolon at the beginning of code, it does not show any error and the line is not terminated.
Please correct me.
Example:
; string a = "5.558";