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 |
Describe linkages and types of linkages?
Tell me what are static member functions?
When can I use a forward declaration?
What is the use of bit fields in structure declaration?
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
Explain the concept of inheritance in C++.
What is the default width for ouputting a long integer using the insertion operator?
Define namespace in c++?
Shall we use 'free' to free memory assigned by new, What are the further consequences??
What are vectors used for in c++?
What are the different types of comments allowed in c++?