in C++ , the word plus plus who found this?

Answers were Sorted based on User's Feedback



in C++ , the word plus plus who found this?..

Answer / ishu

Rick Mascitti...

Is This Answer Correct ?    12 Yes 3 No

in C++ , the word plus plus who found this?..

Answer / akanksha

bjarne stroustrup

Is This Answer Correct ?    8 Yes 2 No

in C++ , the word plus plus who found this?..

Answer / bjarne stroustrup

Mohak Gupta

Is This Answer Correct ?    0 Yes 0 No

in C++ , the word plus plus who found this?..

Answer / mr. krishna

krishna kanakl

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C++ General Interview Questions

What is the use of turbo c++?

1 Answers  


What are friend functions?

1 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


What is the difference between global int and static int declaration?

1 Answers  


What is a constant? Explain with an example.

1 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

1 Answers  


Why was c++ made?

1 Answers  


How to change constant values?

6 Answers   Huawei, Symphony,


Which is better turbo c++ or dev c++?

1 Answers  


Why is c++ still popular?

1 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

1 Answers  


Categories