Home » C++ Programming » Questions and Answers » Question
  1. What is the output of this program?

    1. 2 5 7
    2. 7 5 2
    3. 4 25 49
    4. 49 25 4
    5. None of these
Correct Option: C

In this program, We formed an algorithm to find the square of the given number.



Your comments will be displayed only after manual approval.