Pointers in C are one of the strongest features if used thoughtfully. Pointer variables allow you to access a value in memory using its address. Here is a code for your brain exercise.
Study the code given below. What will happen when you compile and run this code?
No comments:
Post a Comment