Question: Write the output of the following code. int count=3; count++; if(count/2==1) count-- printf(%d,count) O a. 3 O b.4 O c. 2 O d. 5
Write the output of the following code. int count=3; count++; if(count/2==1) count-- printf("%d",count) O a. 3 O b.4 O c. 2 O d. 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
