what is difference between c and C#
Answer Posted / ansh pratap singh
C is the structured programming and lot of function based
language while C# is case sensitive object oriented
programming language which give the output under the CLR.
Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
How does the TCP handle the issue of multiplexing?
Difference between debugging, running, executing of an application
how to hide prompts
how can we implement locks in plsql?
8.In DSP,Define Signal and System?and various type of signals.
EXPLAIN UNARY OPEARATORS
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
Write a program to find factorial of a number using functions
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
what are the topics choosen for jam round for interviews
what is technical system, business system, logical system in sap pi7.0
If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this
define profiler???
how to check single or double byte in struts
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?