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 |
what do you mean by volatile variable?
What are the 4 types of library?
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; }
What is object file? How can you access object file?
State the difference between pre and post increment/decrement operations.
Why do you use the namespace feature?
What is std::move?
What is exception handling? Does c++ support exception handling?
write a program in c++ to implement stack using functions in header file stack.h
What are the effects after calling the delete this operator ?
what is object?
What is the difference between const and constexpr?