Question: Q2. If two arrays and their corresponding pointers are declared as: float fl array[10], *fl ptr; char str[10], *s. ptr; and we have following assignment

 Q2. If two arrays and their corresponding pointers are declared as:

Q2. If two arrays and their corresponding pointers are declared as: float fl array[10], *fl ptr; char str[10], *s. ptr; and we have following assignment statements: fl ptr = fl array S. ptr = str; followed by following increments: Il ptr++; S. ptr++; will both the above pointers increment by same factor? Why or why not

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!