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
Define a nested class.
How do you define/declare constants in c++?
What is else if syntax?
What are the unique features of C++.
What are the steps in the development cycle?
What is buffering in c++?
Explain the static storage classes in c++.
What is purpose of abstract class?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is function prototyping? What are its advantages?
What is class and structure in c++?
What is prototype for that c string function?
What is the use of function pointer?
Is atoi safe?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?