<code><span class="hljs-built_in">printf</span>(<span class="hljs-string">"Quotient = %d\n"</span>, quotient); <span class="hljs-built_in">printf</span>(<span class="hljs-string">"Remainder = %d"</span>, remainder);</code>
asiyashifa Asked question May 24, 2023
