Q. What will be output if you will compile and execute the following c code? #include<stdio.h> int main(){int array[]={10,20,30,40};printf("%d",-2[array]); return 0;} (Solved)
1. -60
2. -30
3. 60
4. garbage value
- b. -30
1. -60
2. -30
3. 60
4. garbage value