What's c++ used for?



What's c++ used for?..

Answer / Krishna Kumar Verma

C++ is a high-performance programming language used for system software, game development, embedded systems, and applications requiring low-level memory control, such as drivers and operating systems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Describe linkages and types of linkages?

1 Answers  


Tell me what are static member functions?

1 Answers  


When can I use a forward declaration?

1 Answers  


What is the use of bit fields in structure declaration?

1 Answers  


Do you know about latest advancements in C++ ?

1 Answers   Agilent, ZS Associates,


wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster

11 Answers  


Explain the concept of inheritance in C++.

3 Answers  


What is the default width for ouputting a long integer using the insertion operator?

1 Answers  


Define namespace in c++?

1 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


What are vectors used for in c++?

1 Answers  


What are the different types of comments allowed in c++?

1 Answers  


Categories