What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / 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 |
Post New Answer View All Answers
How many ways can a variable be initialized into in C++?
Using a smart pointer can we iterate through a container?
Which c++ operator cannot overload?
What is c++ map?
What is the difference between an array and a list?
Where are setjmp and longjmp used in c++?
What return value must conversion operators have in their declaration?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Explain the difference between class and struct in c++?
What is istream and ostream in c++?
What is the difference between #import and #include?
What is double in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?
How static variables and local variablesare similar and dissimilar?
Explain what data encapsulation is in c++?