Statements And Syntax Flashcards

1
Q

Statements

A

Sequence of instructions that tell the compiler what to do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Functions

A

Group of statements that execute sequentially

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Function main()

A

Special funcrion that all c++ programs mist have

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

include

A

Indicates that we like to use the contents of iostream library

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Std::cout

A

Stands for character output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Syntax

A

Rules that govern how your sentences are constructed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Syntax Error

A

Issues when you break a rule when constructing a program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly