C Programming MCQ

1:

Consider the declaration

int a = 5, *b = &a;

The statement
printf("%d", a * b);
prints

A.

25

B.

garbage

C.

5 x address of b

D.

an error message

 

Answer : D

Explanation :

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.