InterviewSolution
Saved Bookmarks
| 1. |
N bits in operation code imply that there are ___________ possible distinct Operators.(a) 2n(b) 2^n(c) n/2(d) n2I got this question in exam.This interesting question is from Runtime Storage Location topic in portion Symbol Table of Compiler |
|
Answer» Right option is (B) 2^n |
|