

InterviewSolution
Saved Bookmarks
1. |
Which among 256, 576, 960, 1025, 4096 are perfect square numbers?(Hint: Try to extend the table of squares already seen). |
Answer» 256 = 162 576 = 242 4096 = 642 ∴ 256, 576 and 4096 are perfect squares |
|