12345678
<#include #include void main() { clrscr(); char a[3]="lk"; printf("%c",a[3]); getch(); }>
printf ("%s", a);
lk