C Programming Exercises - Variable Type - W3resource
C Programming Exercises - Variable Type - W3resource
[An editor is available at the bottom of the page to write and execute the scripts. Go to the editor]
Expected Output :
Expected Output :
Expected Output :
Output= 4.00
Expected Output :
Input a number : 25
The original number is : 25.000000
After division by 2 the number is : 12.500000
15. Write a C program to set a function that will be executed on termination of a program.
Expected Output :
Expected Output :
Expected Output :