Post an example to execute a "C" statement without semicolon( ; )
|
|
|||||||||||||||||
|
|
|
Wrong answer ... with a new right answer below.
The pair of braces in the definition of Edit: although a statement can be a compound-statement, and a function-body consists of a compound-statement, when the compound-statement is a function-body, it's not a statement. Edit, Edit: This program does contain a statement which is executed, though:
|
||||||||||||||
|
|
|
This line is a statement:
|
||||||||||||||||
|
|
|
You can put your statement in an
[EDIT] According to the C grammar, the "statement" above is in fact an expression. Note that the
All would evaluate the expression once. |
||||||||||||||
|
|
|
|
||||
|
|
|
|
||
|
|
|
|
At least 15 characters are required to post an answer... |
|||
|
|
|
|
Even whole program (my GNU C built it despite result code returned is undefined). The question is WHY?
And in C++ we even can stabilize return code by this simple stack trick with variable (yes, it is dirty, I understand but I think it should work for most cases):
|
||||||||||
|
|
|
|
||
|
|
|
|
|
||
|
|
