Consider the following C statement. int a = 5; printf(a = %usizeof(a)); What would be the output of the above C code?
Reveal answer
Fill a bubble to check yourself
Consider the following C statement. int a = 5; printf(a = %usizeof(a)); What would be the output of the above C code?