Ask Questions & Get Answers at ibibo sawaal

What are the fundamental differences between value types and reference types?  

Asked in Computers & Technology at 2:59 PM on May 30, 2008

Tags: fundamental, differences, value, types, reference, types

! This question is closed
Report abuse
Radhe Radhe
Radhe Radhe
Profile | Q&A

Related Search

 

What are the fundamental differences between value types and reference types?

Hi,The fundamental differences between value types and reference types are given below-C divides types into two categories - value types and reference types.Most of the intrinsic types e.g. int, char on the heapbut in C there is no control:int x1 = 3; // x1 is a value on the stackint x2 = new int;x2 = 3; // x2 is also a value on the stack!...hello radhe Hi,The fundamental differences between value types

Posted in Computers & Technology by Radhe Radhe at 8:29 PM on May 30, 2008
Editor's Pick

Ask a Question

160
   Ask now

Categories

sawaal signature
sawaal free visiting card
All time Top Experts in Computers & Technology
121734 pts
45751 pts
36995 pts
35555 pts
32215 pts

View All