what is difference between c and C#
Answer Posted / azhar iqbal
C is structed language whereas C# is object oriented.
| Is This Answer Correct ? | 147 Yes | 15 No |
Post New Answer View All Answers
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
what is the meaning of without standing arrears?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
Which method protects back button to retrieve old value from previous page in Struts.
when will triggars the at new event in abap and web dybn pro?
what are the topics choosen for jam round for interviews
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
Write a shell program to test whether a given year is leap year or not ?
What is autocall macro and how to create autocall macro? what is the use of it?
How do you initialize a static member of a class with return value of some function?
How does the TCP handle the issue of multiplexing?
8.In DSP,Define Signal and System?and various type of signals.
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)