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