निम्नलिखित स्यूडोकोड का आउटपुट क्या होगा, जहां ʌ XOR ऑपरेशन का प्रतिनिधित्व करता है?<break-line><break-line>What will be the output of the following pseudocode, where ʌ represent XOR operation ?<pre><code>Integer a, b, c
Set b = 4, a = 3
c = a ^ b
Print c</code></pre>