+ 4
How is the output 83 e
How is correct output of below code is “83 e” char str = "%d %c",arr[]="Sololearn"; printf(str,0[arr],2[arr+3]);
1 Resposta
+ 4
%d convert the value to an integer and %c is the character specifier, but am not sure you're writing it correctly