aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • C Programming
  • The output of expression 9-12/(3 + 3)*(2 - 1), is
Multiple choice

The output of expression 9-12/(3 + 3)*(2 - 1), is

  1. 7

  2. 5

  3. 0

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Following BODMAS/PEMDAS: (3+3)=6, (2-1)=1. Then 12/6=2. Finally 9 - 2*1 = 7.

Keep practicing — related questions

  • What is the value of the expression '1 2 3 + * 3 2 1 - + *'?
  • What is the value of the expression [2 + 3 { 2 + 3 X 2 - 4}]?
  • The following expression evaluates to the value _____. 0 + 1 * 3 - 1 * 5
  • What is the value of the expression [ - 3 - (- 5) + ( - 1 + 2) - 7]?
  • What will be the output of the program? class Bitwise { public static void main(String [] args) { int x = 1...
  • If 1 + 1 = 0 2 + 2 = 2 3 + 3 = 24, then 4 + 4 = ?
  • Which two statements are equivalent? 1. 3/2 2. 3<2 3. 3*4 4. 3<<2
  • Directions: Below are given four sentences, (1), (2), (3) and (4). To make a stanza, arrange them in the co...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Algebraic Expressions and Polynomials (275 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy