What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / arun
java is the strongest language
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is #include iomanip?
What are the various access specifiers in c++?
What is a container class? What are the types of container classes in c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
Difference between delete and free.
If a function doesn’t return a value, how do you declare the function?
Why can templates only be implemented in the header file?
Why c++ is better than c language?
What is c++ code?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Why is c++ is better than c?
Write about a nested class and mention its use?
What is ios class in c++?
What is java and c++?
Explain what is oop?