InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an arithmetic operation?(a) a * = 10;(b) a / = 10;(c) a ! = 10;(d) a % = 10;I got this question during an interview.This is a very interesting question from Arithmetic Operators in chapter Data Types, Operators and Expressions in C of C |
|
Answer» The correct choice is (c) a ! = 10; |
|