#include<stdio.h>
#include<conio.h>
main()
{
char g=65,k=97;
clrscr();
printf("%c\n",g);
printf("%c ",k);
getch();
}
👍👍👍😊
👍👍👍😊
ReplyDelete