Question: Consider the code snippet. int main(){ int a[] = {7,3,5,6,8,9,2,4,1}; int j = *a; int *p = a+2; int k = *p; p++; int i

 Consider the code snippet. int main(){ int a[] = {7,3,5,6,8,9,2,4,1}; int

Consider the code snippet. int main(){ int a[] = {7,3,5,6,8,9,2,4,1}; int j = *a; int *p = a+2; int k = *p; p++; int i = *p + 3; int m= *(p+ 3); printf("%d-%d-%d-%d ", j, k, l, m); } What is the output of the program

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 Databases Questions!