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
When do we run a shell in the unix system?
Do you know what are pure virtual functions?
Explain differences between alloc() and free()?
What are 2 ways of exporting a function from a dll?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Is the declaration of a class its interface or its implementation?
What is friend class in c++ with example?
Is multimap sorted c++?
Explain the difference between static and dynamic binding of functions?
Why is standard template library used?
How do you traverse a btree in backward in-order?
Do inline functions improve performance?
Explain how functions are classified in C++ ?
Write syntax to define friend functions in C++.
What is the outcome of cout< a) 16 b) 17 c) 16.5