C++ Demystified(c) A Self-Teaching Guide
-
What is the effect of declaring a variable?
-
Can you refer to a variable before declaring it as long as you declare it later?
-
Can you declare several variables in the same statement?
-
What is a naming convention with respect to variables?
-
What is the difference between the address and sizeof operators?
-
What is initialization?
-
What is overflow?
-
What is the consequence of using an assignment operator to assign a string value to an integer variable?
-
Do you use the cin object for compile time or run-time assignment of values to variables?
-
Can you use one cin statement to assign values to several variables of different data types?
Категории