#include <stdio.h>
int main(void) {
char first_name[20]="Asim";
char last_name[20]="khan";
int age=21;
printf("first name is %s last name is %s and age is %d",first_name
,last_name
,age
); return 0;
}
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQgbWFpbih2b2lkKSB7CiBjaGFyIGZpcnN0X25hbWVbMjBdPSJBc2ltIjsKIGNoYXIgbGFzdF9uYW1lWzIwXT0ia2hhbiI7CiBpbnQgYWdlPTIxOwogcHJpbnRmKCJmaXJzdCBuYW1lIGlzICVzIGxhc3QgbmFtZSBpcyAlcyBhbmQgYWdlIGlzICVkIixmaXJzdF9uYW1lLGxhc3RfbmFtZSxhZ2UpOwoJcmV0dXJuIDA7Cn0K