Podcast
Questions and Answers
What is the file extension for C++ source files?
What is the file extension for C++ source files?
- .cpp (correct)
- .cc
- .cxx
- .c
Which of the following is a valid C++ data type?
Which of the following is a valid C++ data type?
- mega int
- long long (correct)
- super long
- huge float
What does the 'cin' object in C++ do?
What does the 'cin' object in C++ do?
- Performs mathematical calculations
- Creates new objects
- Writes output to the standard output device
- Reads input from the standard input device (correct)
Flashcards are hidden until you start studying