What's c++ used for?


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

Post New Answer

More C++ General Interview Questions

What is searching?

0 Answers  


What do you know about near, far and huge pointer?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


Give 2 examples of a code optimization?

4 Answers  


What is a class template?

0 Answers  






What are stacks?

0 Answers  


How do you find out if a linked-list has an end?

0 Answers  


Difference between declaration and definition of a variable.

0 Answers  


What is the function of I/O library in C++ ?

0 Answers   HCL,


What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }

4 Answers  


Name the operators that cannot be overloaded in C++?

0 Answers   Fidelity,


What is encapsulation in c++?

0 Answers  


Categories