Q7
h>int main(){ int a; float b; char chr;
printf("You entered:\n"); printf("%d\n", a); printf("%f\n", b); printf("%c\n", chr); return 0;}