Question: QUESTION 4 (15 MARKS) a. What is wrong in the following code? i. double a = 7.0; int* p = &a; (2 Marks) ii. int

QUESTION 4 (15 MARKS) a. What is wrong in the following code? i. double a = 7.0; int* p = &a; (2 Marks) ii. int test = 1; int* pTest = &test; int i = pTest; (2 Marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
