What is the main use of c++?


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

Post New Answer

More C++ General Interview Questions

What is difference between rand () and srand ()?

0 Answers  


Is map ordered c++?

0 Answers  


Explain the purpose of the keyword volatile.

0 Answers  


what is upcasting in C++?

0 Answers  


What are c++ data types?

0 Answers  






What is c++ runtime?

0 Answers  


Describe the syntax of single inheritance in C++?

0 Answers   Fidelity,


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


What is setw manipulator in c++?

0 Answers  


How can you quickly find the number of elements stored in a dynamic array?

0 Answers  


What are the advantages of using const reference arguments in a function?

0 Answers  


Categories