InterviewSolution
Saved Bookmarks
| 1. |
If `a**b=a^(2)` then the value of `(4**5)**3` is…A. `(4^(2)+5^(2))+3^(2)`B. `(4+5)^(2)+3^(2)`C. `(4^(2)+5^(2))^(2)+3^(2)`D. `4^(2)+5^(2)+3^(2)` |
| Answer» Correct Answer - C | |