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) double
Computer Science & Information Technology
You might also like to view...
________ software protects your computer against viruses, Trojan horses, worms, and spyware
Fill in the blank(s) with correct word
Computer Science & Information Technology
Use a chart template to apply consistent styles and formatting to multiple charts in a document
Indicate whether the statement is true or false
Computer Science & Information Technology