Trending News
Promoted
Anonymous
Is everything in coding either a statement, function or expression? ?
How about c++ specifically
9 Answers
Relevance
- The_Doc_ManLv 72 months agoFavorite Answer
Actually, no.
There are declarations of many kinds, imports for external symbols/constants, and let's not forget comments. Too many people DO forget them. Compiler directives come in there somewhere.
Some things are block identifiers depending on the language. I would say you left out at least 40% of the language.
- Michael MLv 62 months ago
If you're talking about stuff in a method, I think you've basically got them all except comments, blank lines, and compiler directives.
- How do you think about the answers? You can sign in to vote the answer.
- roderick_youngLv 72 months ago
I'm not sure how one would classify Comments, the most important part of coding, and what sets the seasoned programmer apart from the absolute tyro.
- Anonymous2 months ago
There are also compiler directives and comments.
Still have questions? Get your answers by asking now.