| Liste des Groupes | Revenir à cl c |
In C, an expression statement "expr;" causes the expression to be[...]
evaluated as a void expression for its side effects (§6.8.4p2). You
can, arguably, say that C also requires all statements to be of "void"
type, just like Pascal - but the cast-to-void is done implicitly to
treat "expr;" as "(void) expr;".
Les messages affichés proviennent d'usenet.