Question: Lab 06: Data Type and Arrays Program 1: Number Range of INT Writing a program range.c that outputs the minimum number and maximum number that
Lab 06: Data Type and Arrays Program 1: Number Range of INT Writing a program range.c that outputs the minimum number and maximum number that an int data type variable can represent. (Hint: use long int and loop to test the range of int. %ld is the placeholder for long int in printf) The output should be: -2147483648 2147483647
in C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
