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 the array and initializing arrays in c++?
Explain the volatile and mutable keywords.
What is type of 'this' pointer? Explain when it is get created?
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
Differentiate between realloc() and free().
What is & in c++ function?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What is the purpose of decltype?
Explain the extern storage classes in c++.
Is C++ case sensitive a) False b) Depends on implementation c) True
How do you differentiate between overloading the prefix and postfix increments?