Podcast
Questions and Answers
Which of the following is NOT a valid variable name?
Which of the following is NOT a valid variable name?
- _number
- 1_time
- nUMber2
- X_y
- My value (correct)
What is the data type for representing integers in C++?
What is the data type for representing integers in C++?
- float
- char
- double
- bool
- int (correct)
Which data type is used to represent real numbers in C++?
Which data type is used to represent real numbers in C++?
- bool
- float (correct)
- char
- double
- int
What is the purpose of variables in programming?
What is the purpose of variables in programming?
Which textbook is NOT listed as a reference book for the course?
Which textbook is NOT listed as a reference book for the course?