निम्नलिखित सूडो कोड का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following pseudo code<pre><code>Integer a, b
Set a = 9, b = 5
a = a mod (a - 3)
b = b mod (b - 3)
Print a + b</code></pre>
फ्लो चार्ट में इनपुट और आउटपुट ऑपरेशंस के लिए निम्न में से कौन सा प्रतीक प्रयोग किया जाता है?<break-line><break-line>Which of the following symbol is used for input and output operations in a flow chart ?