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
When one must use recursion function? Mention what happens when recursion functions are declared inline?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is the basic of c++?
How new/delete differs from malloc()/free?
What are built-in functions? What is the syntax for the definition?
What is the difference between public, private, and protected access?
How many types of modularization are there in c++?
what are function pointers?
What is a c++ object?
Differentiate between late binding and early binding. What are the advantages of early binding?
Can static member variables be private?
Is vector a class in c++?
Eplain extern keyword?
What is a float in c++?
What are the two main components of c++?