Which of the following statements is correct for the given program? #include<stdio.h> #include<conio.h> int main() { int a1,a2,c=3,pt; pt=&c; a1=3(c+5); a2=3*(*pt+5); printf(a1=%d,a2=%d,a1,a2); getch(); }
Reveal answer
Fill a bubble to check yourself