Question: C programing: Write a program that does the following: 1. Prints your name 2. Prints your major 3. Prints the smallest and largest double value
C programing:

Write a program that does the following: 1. Prints your name 2. Prints your major 3. Prints the smallest and largest double value available on the system your program is running on in the following format: 1. Once with no formatting 2. fixed-point notation, field width 20, left justified in the field, precision 6 3. fixed-point notation, field width 20, right justified in the field, precision 6 4. scientific notation, field width 20, left justified in the field, precision 6 5. scientific notation, field width 20, right justified in the field, precision 6 Each value should be printed on a senarate line
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
