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 |
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
an operation between an integer and real always yeilds a) integer result b) real result c) float result
What c++ library is string in?
Difference between strdup and strcpy?
What is the use of class in c++?
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
Why do we use pointers in c++?
A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.
What is the full form of dos?
What is the protected keyword used for?
What is the difference between an enumeration and a set of pre-processor # defines?
How does a copy constructor differs from an overloaded assignment operator?