Question: 1)int *ptr; The above pointer can point to a variable type char since it is only pointing to the address. True/ False 2)Given: int grade[4];
1)int *ptr; The above pointer can point to a variable type char since it is only pointing to the address. True/ False
2)Given: int grade[4];
grade and &grade[0] can be interchangeable True/False
3)double val[6];
val[4] can also be referenced by *(val + 3) True/False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
