MCQs > IT & Programming > C++ > What does auto type specifier do in this line of code (since C++11)? auto x = 4000.22;

C++ MCQs

What does auto type specifier do in this line of code (since C++11)? auto x = 4000.22;

Answer

Correct Answer: It specifies that the type of x will be deduced from the initializer - in this case, double.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it