What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / saranya
java is only the strongest programming language than other
programming languages
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is recursion?
What are the classes in c++?
What is meant by the term name mangling in c++?
Do you know about C++ 11 standard?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is the purpose of templates in c++?
What is boyce codd normal form in c++?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is virtual function? Explain with an example
Explain this pointer?
What are c++ data types?
What is the insertion operator and what does it do?
What is the difference between global variables and local variable
What are shallow and deep copy?