Statements And Syntax Flashcards
1
Q
Statements
A
Sequence of instructions that tell the compiler what to do
2
Q
Functions
A
Group of statements that execute sequentially
3
Q
Function main()
A
Special funcrion that all c++ programs mist have
4
Q
include
A
Indicates that we like to use the contents of iostream library
5
Q
Std::cout
A
Stands for character output
6
Q
Syntax
A
Rules that govern how your sentences are constructed
7
Q
Syntax Error
A
Issues when you break a rule when constructing a program