founder of c++

Answer Posted / prakruthi

Bjarne Stroustrup

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented turbo c++?

603


Can we define a constructor as virtual in c++?

601


Where Malloc(), Calloc(), and realloc() does get memory?

606


What is pointer with example?

558


What are the important differences between c++ and java?

594






Why c++ is not a pure oop language?

551


What is #include cstdlib in c++?

652


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

601


What is iterator c++?

541


Do we have to use initialization list in spite of the assignment in constructors?

562


What is a terminating character in c++?

758


why is iostream::eof inside a loop condition considered wrong?

587


How do I get good at c++ programming?

592


What is one dimensional array in c++?

573


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

2063