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
how to check single or double byte in struts
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
Define distributed queries. can you explain me as soon as possible
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
write a sql qwery which include joining of two tables 4 marks mainframe
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
how can we implement locks in plsql?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
WHat is execution in manual testing and when will we start execution and what language we use in execution
what does mean and stack mean in genral programming?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
the systematic access of small computers in a distributed data processing system is referred as?