[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppStatement
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppStatement
(C++) statement
A statement is an expression with a semicolon [1]. Multiple statements, surrounded by acccolades ('{' and '}') form a compound statement [1].int x = a + b;
Reference
- Ammeraal, L. C++. 2001. ISBN: 90-395-1935-8. (Dutch)
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
