Answers

Question and Answer:

  Home  Arrays

⟩ What will be output if you will execute following c code? #include<stdio.h> void main(){ int a=5,b=10,c=15; int *arr[3]={&a,&b,&c}; printf("%d",*arr[*arr[1]-8]);

Compilation error

 212 views

More Questions for you: