what is difference between c and C#
Answers were Sorted based on User's Feedback
Answer / azhar iqbal
C is structed language whereas C# is object oriented.
| Is This Answer Correct ? | 147 Yes | 15 No |
Answer / varsha vilas kalebag
C IS STRUCTURE PROGRAMMING LANGUEGES & C++ IS OBJECT
ORIENTED LANG
| Is This Answer Correct ? | 108 Yes | 18 No |
Answer / shiyon ranjan raika
c is structed language whereas c# is oriented
| Is This Answer Correct ? | 48 Yes | 3 No |
Answer / bharti bhattad
1)c# is managed code tht access the memore legaly bt in c++
there is ptr which access tht ilegaly.
2)c# is type safe bt c++ is not.
3)in c#,no multiple inheritance bt in c++ there is.
4)c# is case sensitive bt c++ is not.
5)c# is type safe bt c++ is not.
6)c#,there is CLR for delition of memory but in c++,there is
nt CLR.
| Is This Answer Correct ? | 50 Yes | 18 No |
Answer / subrata mandal
C is more on functions. C++ is the OOP version of C. and C#
is more on the designs.
| Is This Answer Correct ? | 35 Yes | 9 No |
Answer / 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 |
Answer / vishakha walsetwar
In C# Garbage collection is done by CLR
In C its not.
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / shivani
c is unmanaged code and c# is managed by the .NET CLR
(common language runtime)
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / banvari lal
c is structural language while c# is a oriented language
| Is This Answer Correct ? | 6 Yes | 0 No |
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
differenc between visual studio 2005,2008 & 2010?
why applet is introduced?
How Many versions are there in crystal reports
In Java what is the difference between following two statements ? int a[],b; int []a,b;
how we can call xml file in java file using Android platform?
hi i m deepak my shedule for NIC pi is 17 Apr please contact me if anybody has interview on same day or give me some idea who have faced
How many processes can listen on a single TCP/IP port?
Code for display the images from drive using vb 6.0?
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
For C sharp,At the time of software is implemented at client site, is it required that client machine have C sharp(Microsoft Visual Basic) setup?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?