What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answers were Sorted based on User's Feedback
Answer / thananjayan
c++ is the most powerful language, Because all the recent
languages are only depend upon the object concept, also it
is more secure the data, Even java also based for C++, then
also MFC(MICROSOFT FOUNDATION CLASS) is only written by the
C++...,
So in my point of view C++ is better
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / malathi
java is the strongest programming language because it is a
platform independent language and it is used in the world
wide web.
| Is This Answer Correct ? | 1 Yes | 4 No |
Java2.0 is the strongest programming Language
| Is This Answer Correct ? | 2 Yes | 7 No |
What is std :: flush?
What is general format for a prototype?
What new()is different from malloc()?
What is the difference between a template and a macro?
What is an overflow error?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
What is a 'pure' virtual function and what's its use?
Why seem interrupt handlers as member functions to be impossible?
What do you mean by stack unwinding in c++?
Which is the best c++ compiler for beginners?
Why do we use iterators?
Explain the volatile and mutable keywords.