//½Ç½À2 <°í±Þ>#include <stdio.h>char swit(char *,int);int main(){ int index = 0; char hello[20] = "hello world!!!"; swit(hello, index); printf("n"); return 0;}char swit(char hello[],int index){ if(hello[index] == '
//½Ç½À2 <°í±Þ>#include <stdio.h>char swit(char *,int);
int main(){ int index = 0; char hello[20] = "hello world!!!"; swit(hello, index); printf("n"); return 0;}char swit(char hello[],int index){ if(hello[index] == '