What is the most useful programming language?


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

Post New Answer

More C++ General Interview Questions

What is the outcome of cout< a) 16 b) 17 c) 16.5

0 Answers  


What is difference between class and structure in c++?

0 Answers  


When you overload member functions, in what ways must they differ?

0 Answers  


Difference between class and structure.

0 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


Are iterators pointers?

0 Answers  


Enter n no. of element and delete value from desire position

1 Answers  


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  


Explain the use of this pointer?

0 Answers  


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

0 Answers  


Should a constructor be public or private?

0 Answers  


Categories