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
Difference between Abstraction and encapsulation in C++?
What are static and dynamic type checking?
What is insertion sorting?
What are the types of pointer?
Which function should be used to free the memory allocated by calloc()?
What is the difference between C and CPP?
Should I learn c or c++ first?
Which bit wise operator is suitable for checking whether a particular bit is on or off?
What is data binding in c++?
Who invented turbo c++?
What is a namespace in c++?
Which is most difficult programming language?
What is class in c++ with example?
What is function prototyping?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?