Question: 2. Write the output of the program given below. (20 Points) #include void main(void){ int b[] = {10, 20, 30, 40 }; int *bPtr
2. Write the output of the program given below. (20 Points) #include void main(void){ int b[] = {10, 20, 30, 40 }; int *bPtr = b; int i; for (i=0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
