Question: Given the snippet of code: int a [ ] = { 2 , 4 , 6 , 8 , 1 0 , 1 2 }

Given the snippet of code:
int a[]={2,4,6,8,10,12},x,?**p=a;
x=?**(p+4)+1;
printf(??%d,x);
What will be the value of x after the following statement is executed?
9
11
12
13
Given the snippet of code: int a [ ] = { 2 , 4 ,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!