what is difference between c and C#
Answer Posted / 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 |
Post New Answer View All Answers
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
Difference between delegates and Events?
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
how to remove header and footer in jcl using sort utility
How to call dll API sub routine in VB Form.
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
kindly send interview materials
In project we have Documentation phase also,in that what is micro and macro designing?
how CLR identify vb file?
Explain with examples any 2 features of OOPS.
i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
what is woransient key word? how it is used in java