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:

Verified
Correct Answer:
Verified
Related Questions
Q1: A multi-line comment<br>A) begins with /* and
Q2: Select all that apply. Which of the
Q3: Floating point constants are normally stored in
Q4: What is the value stored in the
Q7: Assuming that a program has the following
Q8: A value is stored in a variable
Q9: In memory, C++ automatically places a(n) _
Q10: What is the value of cookies after
Q11: Escape sequences are always stored internally as
Q40: The preprocessor executes after the compiler.