InterviewSolution
Saved Bookmarks
| 1. |
If `a=25` ,then find the value of `a^(25^(0))+a^(0^(25))`.A. 25B. 26C. 24D. 0 |
|
Answer» Correct Answer - B Given `a=25`, `a^(25^(0))+a^(0^(25))=a^1+a^0` `=a+1=25+1=26` Hence, the correct options is (b). |
|