

InterviewSolution
Saved Bookmarks
1. |
Another notation for exponentiation.(a) *(b) **(c) ***(d) *^This question was posed to me in class test.My doubt stems from Pseudo Code in section Planning the Computer Program of Computer Fundamentals |
Answer» RIGHT OPTION is (b) ** The best explanation: DOUBLE asterisk sign is also used for EXPONENTIATION. The general notation is ^ sign. |
|