Question: Write a program in C that asks you to input a number of type double, and then outputs its integer part. For example if the
Write a program in C that asks you to input a number of type double, and then outputs its integer part. For example if the input is 2.43, the output should be 2. If the input is -3.546, the output should be -3.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
