The first commercially available C++ compiler was named _______.
- CFront
- Clang
- GCC
- Turbo C++
CFront was the first commercially available C++ compiler. It was developed by Bjarne Stroustrup at Bell Labs as a front-end to the C compiler. This compiler played a crucial role in the early evolution and popularization of C++.
Loading...
Related Quiz
- In tail recursion, the recursive call is the _______ action to be performed in the function.
- In what year was the C++17 standard released?
- When passing parameters by reference, which symbol is used to denote reference in C++?
- What is a destructor used for in C++?
- Which of the following operators cannot be overloaded in C++?