38-Write a C program to calculate the square of a number using function.
Program: 38
Write a C program to display whether number is prime or not (while-loop).
Output:
Enter any number: 5 Square of 5.000000 is 25.000000
Write a C program to display whether number is prime or not (while-loop).
Enter any number: 5 Square of 5.000000 is 25.000000