What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?
Answer Posted / kumod kumar
Java2.0 is the strongest programming Language
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What's the order in which the objects in an array are destructed?
Explain the static storage classes in c++.
What are the unique features of C++.
What is the two main roles of operating system?
what is C++ objects?
What is iomanip c++?
What does n mean in c++?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Does c++ support exception handling?
what you know about c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is a terminating character in c++?
How we can differentiate between a pre and post increment operators during overloading?
Can you explicitly call a destructor on a local variable?
What is the protected keyword used for?