What is a full expression in C?
问题 I study C language from "C Primer Plus" book by Stephen Prata and it came to the point : "A full expression is one that’s not a subexpression of a larger expression.Examples of full expressions include the expression in an expression statement and the expression serving as a test condition for a while loop" I can't understand clearly what is the exact definition of full expressions and why the book considers test conditions are full expressions. Could any one explain clearly what is meant by