โช Choose the correct option.
What will be output of the following “c” code?
#include
int main(){
printf("%c",*"abcde");
return 0;
}
#include
int main(){
printf("%c",*"abcde");
return 0;
}
#include
int main(){
printf("%c",*"abcde");
return 0;
}