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: 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
Get step-by-step solutions from verified subject matter experts
