railway RRB JE (CBT I + CBT II) Mock Test 2024 Programming and Data Structure Programming in C Scope of a Variable
What is the output of the following statement in C?
printf(“%d”,7 * 5 / 3 – 4 * 8 / 2);1
-140
2
-4.33
3
-5
4
4.33
What is the output of the following statement in C?
printf(“%d”,7 * 5 / 3 – 4 * 8 / 2);