Who is the creator of the C++ programming language?
- Bjarne Stroustrup
- Dennis Ritchie
- Guido van Rossum
- James Gosling
Bjarne Stroustrup is the creator of C++. He developed it as an extension of the C programming language.
Loading...
Related Quiz
- Your team is developing a C++ application involving several classes with complex interrelationships and data handling. How can abstraction be effectively implemented to simplify the interactions between different class objects and the user?
- Which of the following smart pointers does not take ownership of the pointed object?
- Consider a large-scale software project that heavily utilizes templates and generic programming. With an impending deadline, the compilation time is becoming a significant bottleneck. Which C++ feature/technique might be best suited to reduce compilation times without altering runtime performance?
- What is the effect of the continue statement inside a for loop?
- In the context of recursion, what is a "recursive case"?