Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Question #7 is what I need an answer to, it spans over these two pages. This is

ID: 3665879 • Letter: Q

Question

Question #7 is what I need an answer to, it spans over these two pages. This is in the C programming language. Thank you!

6 Identify the data type dentiyac of the following con fier for each of the following constam Type Specifier Constant 12 a. 12 ox3 b. 0x3 d. 2.34E07 e. 1040 t. 7.0 & 6L h. 6.0f i. 0x5.b6p12 7. Identify the data type (as used in declaration sta e data type (as used in declaration statements) and the printf) format specifier for each of the following constants (assume a 16-bit int): Constant Type Specifier a. 012 b. 2.9e05L c. 's d. 100000 e. 'In

Explanation / Answer

0x4

-40

unsigned int

long

%x

%lld

012 unsigned int %#o 2.9e05L long double %Le 's' char %c 100000 long %ld ' ' char %c 20.0f float %f

0x4

-40

unsigned int

long

%x

%lld