What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / alam
java is the strongest programming language............
but it is not fair to say that ,as strength of the language
depend upon the implementation environment to which it fits
the best.
like we have java....i.e more secure and best for networked
environment
and
c..........i.e more suited to system programming(hardware
programming)and for writing operating systems
Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What are references in c++?
Define the operators that can be used with a pointer.
What is lvalue?
How will you call C functions from C ++ and vice-versa?
Why is it necessary to use a reference in the argument to the copy constructor?
Which programming language's unsatisfactory performance led to the discovery of c++?
Name four predefined macros.
Why do you use the namespace feature?
How would you use the functions memcpy(), memset(), memmove()?
Which is the best c++ software?
What is srand c++?
Write a note about the virtual member function?
Which function should be used to free the memory allocated by calloc()?
Where do I find the current c or c++ standard documents?
What is the real purpose of class – to export data?