C-15-Q078mediumsingle_mcq
In C, every statement must end with a:
In C, every statement must end with a:
- aComma
- bPeriod
- cSemicolon
- dColon
ব্যাখ্যা
In C, the semicolon (;) marks the end of every statement and tells the compiler where one instruction finishes. Omitting it produces a syntax error.