#include #include void main() { intn=10; charch='*'; clrscr(); printf("Testing out put..."); printf("%d",n); printf("%c",ch); getch(); }

Comments