Wednesday, August 10, 2011

Find what is the error in this program..?

First you need to declare the ptr as int *ptr; And also you would get an error for using *ptr as operand without declaring ptr as int *ptr.

No comments:

Post a Comment