#include <stdio.h>


int main()

{

char a++;


a[1]+ = "asd";

printf("%s", a[1]+);



}  

a[1]+ 에 뭐 넣고

a[2]+ 에 또 다른 문자넣고 이거 안됨?