What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answers were Sorted based on User's Feedback
Answer / abbas ali
c
b'cause it is procedur based and we dont have to deal with
objects....
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / 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 |
Answer / a .phani krishna yadav
c will be strongest programming language even in the future also.why people run after java ,c++.ofcourse they may have their own importance in their respective domains but when it is up to the performance nothing can beat c.for your kind information all java lovers come to know one thing that your so called java language compiler itself is written in c.java is suitable only for web programming and internet appliactions .in future some other language may come and replace it as a general purpose programming language.but c as an unbeatable system programming language is extremely hard to replace.the one and only alternative for c is assembly language but nobody is ready to use it because of its complexity.so c will continue to be the higly used system programming language for many many more years to come right from now
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / narayana reddy
c language is the best popular language to construct system software and application software packages that the reason to be a high position in programming laguages
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saranya
java is only the strongest programming language than other
programming languages
| Is This Answer Correct ? | 1 Yes | 2 No |
What it is and how it might be called (2 methods).
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Who discovered c++?
Which sort does c++ use?
Can you pass a vector to a function?
What is the standard template library (stl)?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What's c++ used for?
Can create new c++ operators?
Definition of class?
What is the Diffrence between a "assignment operator" and a "copy constructor"?
Does a derived class inherit or doesn't inherit?