Question: Write the main() program in C with two functions, which are both called from the main(). The first function prints Hello. The second function asks
Write the main() program in C with two functions, which are both called from the main(). The first function prints "Hello". The second function asks the user to enter a number. Then calculates the square root of the number and returns the result to the main(). In the main(), the square root of the number should be printed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
