InterviewSolution
C PROGRAM #INCLUDE int MAIN() { int s=13; int area_square=s*s; PRINTF("Area of the square=%d",area_square); }Explanation:
Your experience on this site will be improved by allowing cookies. Read Cookie Policy