Quiz 01 Arithmetic Operators in C Programming Posted by iammtabdullah Date August 13, 2025 Comments 0 comment Welcome to your Quiz 01 Arithmetic Operators in C Programming 01. What will be the output of the following C code? Value of b is 12 Value of b is 13 Value of b is 10 Undefined behaviour None 02. What is the precedence of arithmetic operators (from highest to lowest)? %, *, /, +, – %, +, /, *, – +, -, %, *, / %, +, -, *, / None 03. Which of the following is not an arithmetic operation? a * = 10; a / = 10; a! = 10; a % = 10; None 04. Which of the following data type will throw an error on modulus operation(%)? char short int float None 05. Which among the following are the fundamental arithmetic operators, i.e, performing the desired operation can be done using that operator only? +, – +, -, % +, -, *, / +, -, *, /, % None 06. What will be the output of the following C code? 15 16 15.6 10 None 07. What will be the output of the following C code? Syntax error 1 10 5 None 08. What is the Priority among (*, /, %), (+, -) and (=) C Operators.? (*, /, %) > (+, -) < (=) (*, /, %) < (+, -) < (=) (*, /, %) > (+, -) > (=) (*, /, %) < (+, -) None 09. What is the output of the C statement.? 40 4 34 54 None 10. What is the output of the C Program.? 124 54 23 404 None 11. What is the output of the C Program.? 29 5 4 34 None 12. What is the output of the C Program.? 31 19 11 29 None 13. What is the output of the C Program.? 19 31 11 25 None 14. What is the output of the C Program.? 0 1 1.000000 Compiler error. None 15. What is the output of the C Program.? 0 1 1.000000 Compiler Error. None 16. What is the output of the C Program.? 0 -4 -2 2 None 17. What is the output of the C Program.? 3 2 5 Can not assign an expression to variable at the time of declaration. None Time's up iammtabdullah Previous post Quiz 02 Operators in C Programming August 13, 2025 Next post Project 01 - Bootstrap August 23, 2025