Solved

Using C++11: What Data Type Does the Compiler Determine for the Variable

Question 5

Multiple Choice

Using C++11:
What data type does the compiler determine for the variable cost in the following statement?
Auto cost = 14.95;


A) int
B) double
C) bool
D) char
E) string

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions