|
| cardinals03 (17) | |||||
| Hey guys, I have a question as to whether or not I am assigning the following correctly. The question states: Assume the declaration
a) Assign intPtr a value so it points to m b) Assign dblPtr a value so it points to x, amd then use the pointer to assign x the value of 5.3 On (a), I think it is: intPtr = &m;On (b), I think it is:
I think I am right on the first set. Can someone please let me know? Thanks | |||||
| helios (6075) | |
| It's correct. | |
This topic is archived - New replies not allowed.
