Question: What is the screen output of the code below Just answer option please. a int main() { int dizi[4] = {3, 2, 12, 20}; 14.

What is the screen output of the code below Just answer option please.

What is the screen output of the code below Just answer option

a int main() { int dizi[4] = {3, 2, 12, 20}; 14. int a,b,c; 15 ++dizi[1] 16 b dizi[1]++; 17 c = dizia++]; print ("%d, %d %d", a,b,c); return 0; 20 ] 4946 4, 3, 12 2, 3, 20 3, 2, 12 4, 3, 20 3, 4, 20

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!