Question: Q09: Select all C++ variable declaration and initialization expressions that correctly match type and literal value: Incorrect Answer long a = 8978.71; unsigned int b

Q09: Select all C++ variable declaration and initialization expressions that correctly match type and literal value: Incorrect Answer long a = 8978.71; unsigned int b = 29399u; int C = 042; long d = 0943; char e = 'cat'; float f = 0x10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
