What is the data type of variable x in the following C++11 code:
int y= 2;
double z = 3.5;
auto x = z * y;
a. int
b. double
c. auto
d. syntax error
b
Computer Science & Information Technology
You might also like to view...
A SmartArt graphic is a visual representation of information
Indicate whether the statement is true or false
Computer Science & Information Technology
A(n) ________ is space in a computer's memory that is given a name and is used to store a value of a specified data type
Fill in the blank(s) with correct word
Computer Science & Information Technology