InterviewSolution
Saved Bookmarks
| 1. |
Which of the following operators takes only integer operands?(a) +(b) *(c) /(d) %I had been asked this question in examination.This is a very interesting question from Implementation of Increment and Decrement in portion Syntax Directed Definition and Translations of Compiler |
|
Answer» The correct ANSWER is (d) % |
|