InterviewSolution
Saved Bookmarks
| 1. |
`3^(2^(0^(5)))=`_____ |
|
Answer» Correct Answer - C `0^5=0 and 2^0=1` `therefore3^(2^(0^(5)))=3^1=3` Hence,the correct option is (c). |
|