What is your strongest programming language (Java, ASP, C,
C++, VB, HTML,C#, etc.)?

Answer Posted / shadu

Bily Howell is right .U people not getting the Q. There
is "your" in it. Anyways C# is better than most as truly
platform independent,cross language integration n
completely OO.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does there exist any other function which can be used to convert an integer or a float to a string?

649


what are the characteristics of Class Members in C++?

591


What is c++ used for in games?

602


Is c++ still in demand?

632


How do I make turbo c++ full screen?

583






Define pre-condition and post-condition to a member function in c++?

658


What is name hiding in c++?

611


What is a down cast?

611


What is the difference between multiple and multilevel inheritance in c++?

602


Are vectors passed by reference c++?

515


What do you know about near, far and huge pointer?

597


Explain deep copy?

606


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1507


Why is it necessary to use a reference in the argument to the copy constructor?

629


What return value must conversion operators have in their declaration?

612