on June 30, 2022 Get link Facebook X Pinterest Email Other Apps #include #include void main() { intn=10; charch='*'; clrscr(); printf("Testing out put..."); printf("%d",n); printf("%c",ch); getch(); } Comments
Comments
Post a Comment