+ 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]);
2 Answers
+ 4
%d convert the value to an integer and %c is the character specifier, but am not sure you're writing it correctly