Answer the following statements true (T) or false (F)
1, Given the declaration auto i = 0; i is declared as an int.
2. Given the declaration auto i = 1.0; i is declared as type double.
3. C++ is a strongly typed programming language.
4. Symbolic constants in C++ are declared with the modifier const; attempting to change the
value of a symbolic constant will be flagged as a syntax error by the compiler.
1. True
2. True
3. True
4. True
Computer Science & Information Technology
You might also like to view...
________ control the direction, timing, speed, and manner in which objects appear on a slide
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following is an interactive Excel report that summarizes and helps analyze large amounts of data?
A) PivotTable B) PivotSection C) PivotRow D) PivotChart
Computer Science & Information Technology