Shortcut for chapter specific information

Wednesday, September 28, 2011

Something special about Java.


I am just taking another data structure class.  As it turns out, An assignment of the form
varA = varB; takes the value of varB and copies it into the location in memory given by the address of varA.  This certainly change my thought and this is a rather subtle point. 

How does this work in C?

No comments:

Post a Comment