founder of c++
Answers were Sorted based on User's Feedback
Answer / anita asnani
c++ founded by Bjarne Stroustrup in 1980's
| Is This Answer Correct ? | 35 Yes | 3 No |
Answer / vinoth hindusthan
bjarane stroustup in 1980 at bell labarotaries and ++
indicates the increment operator
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / niravkumar
Bjrane stroustrup at bell laboratory in 1880
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / sandeep kumar
Bjarne Stroustrup in 1983 at bell labotries
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you know about friend class and friend function?
What is extern c++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Explain virtual destructor?
What are the extraction and insertion operators in c++? Explain with examples.
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Write a program which uses Command Line Arguments
Why c++ is not a pure oop language?
What are virtual functions in c++?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
When should you use global variables?
Can we sort map in c++?