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
Describe the setting up of my member functions to avoid overriding by the derived class?
Can member data be public?
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 the default width for ouputting a long integer using the insertion operator?
Can you overload the operator+ for short integers?
Define vptr.
What is polymorphism and its type in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
what is COPY CONSTRUCTOR and what is it used for?
What is ctime c++?
Explain about Garbage Collector?
How important is c++?
What is the difference between a reference and a pointer?
What is c++ prototype?
Is set c++?