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 is an incomplete type?
What is an undefined behavior and sequence points
What is #include iostream in c++?
What do you mean by inheritance in c++? Explain its types.
What is "mutable" keyword?
Explain the problem with overriding functions
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
Does dev c++ support c++ 11?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
Is java easier than c++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
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 maximum number of concurrent threads that the InnoDB plug-in can create