Question: Write a C main() program with two functions both called from main(). The first function just prints Hello. In the second function ask the user
Write a C main() program with two functions both called from main(). The first function just prints "Hello". In the second function ask the user to enter a number. Calculate the square root of the number and return the result to main(). In main() print the square root value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
