Computer Science, asked by Ghostlyrider464, 1 year ago

Write a program using arithmetic expression according to users choice

Answers

Answered by Nikhil0204
0

ANSWER :-

  • Arithmetic Operators (+, -, *, /, %, post-increment, pre-increment, post-decrement, pre-decrement)

  • Relational Operators (==, !=, >, <, >= & <=)

  • Logical Operators (&&, || and !)

  • Bitwise Operators (&, |, ^, ~, >> and <<)

  • Assignment Operators (=, +=, -=, *=, etc)

  • Other Operators (conditional, comma, sizeof, address, redirecton)

HOPE THIS HELPS YOU!!!!!

PLEASE MARK IT AS BRAINLISHT

Attachments:
Similar questions