What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between *p++ and (*p)++ ?
How can you link a c++ program to c functions?
Write about all the implicit member functions of a class?
Can comments be longer than one line?
What does n mean in c++?
Why is c++ awesome?
What is the function of I/O library in C++ ?
How can you say that a template is better than a base class?
Write a program to concatenate two strings.
Write a program in C++ for Fibonacci series
What are libraries in c++?
Why are pointers used?
What is the difference between function overloading and operator overloading?
What are guid?
Is arr and &arr are same expression for an array?