Consider the following declaration. int a = 5, *b = &a; printf(“%d”, a*b);The above program prints
Reveal answer
Fill a bubble to check yourself
Consider the following declaration. int a = 5, *b = &a; printf(“%d”, a*b);The above program prints