What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / mms zubeir
First of all, it's not a 'first-come' win race, even we
cannot do that also...
Every programming language has its own strengths and
weaknesses depends upon the usage domain, problem type,
output criteria that the user wants, cost - time efficiency
both at development as well as user front, etc.
Considering all the above, I would choose C++ as the
stronger since;
1. Its extensive support for OOPs (otherwise it would be C
the stronger)
2. Its ability to penetrate to the lowest level of a system
3. The most important thing is, it never stop you
implementing your creativity (unlike Java - we cannot go
beyond a level, and C# - making it complex to go system
level).
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does c++ structure differ from c++ class?
What is an overflow error?
Write a recursive program to calculate factorial in c++.
What is a wchar_t in c++?
What are the uses of static class data?
What is a constant reference?
Describe private, protected and public?
What should main() return in c and c++?
What is the precedence when there is a global variable and a local variable in the program with the same name?
What is a float in c++?
What are the various compound assignment operators in c++?
Define linked lists with the help of an example.
How a new element can be added or pushed in a stack?
What is a breakpoint?
What is the function to call to turn an ascii string into a long?