What is the most useful programming language?



What is the most useful programming language?..

Answer / Pritam Kumar

The "most useful" programming language depends on the specific task or application. However, many consider C++ as a versatile and powerful language for system programming, game development, and high-performance applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

what do you mean by volatile variable?

1 Answers  


What are the 4 types of library?

1 Answers  


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  


What is object file? How can you access object file?

1 Answers  


State the difference between pre and post increment/decrement operations.

1 Answers  


Why do you use the namespace feature?

1 Answers  


What is std::move?

1 Answers  


What is exception handling? Does c++ support exception handling?

1 Answers  


write a program in c++ to implement stack using functions in header file stack.h

3 Answers   Google, Subex,


What are the effects after calling the delete this operator ?

1 Answers  


what is object?

7 Answers  


What is the difference between const and constexpr?

4 Answers  


Categories