Question: Q1: int a[5];int *ptr; ptr=a; A second statement will assign the address of the first element in the array B statement will cause a compilation
Q1: int a[5];int *ptr;
ptr=a;
A second statement will assign the address of the first element in the array
B statement will cause a compilation error
C statement will cause program to stop running
D None of the Above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
