Who created c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How do you initialize a string in c++?

0 Answers  


What is c++ and its uses?

0 Answers  


Explain calling an object's member function(declared virtual)from its constructor?

1 Answers  


What will i and j equal after the code below is executed? Explain your answer.

1 Answers  


What are activex and ole?

0 Answers  






Why is main an int?

0 Answers  


Write is a binary search tree? Write an algo and tell complexity?

0 Answers   Axtria,


If there are two catch statements, one for base and one for derived, which should come first?

0 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300

0 Answers  


What is the difference between a declaration and a definition?

0 Answers  


What is Memory Alignment?

2 Answers   TCS,


Categories