निम्नलिखित अभिव्यक्ति का आउटपुट क्या होगा?<break-line><break-line>What will be the output of the following expression?<break-line><break-line><pre><code>x = 14
print(x >> 2)</code></pre>
निम्नलिखित में से कौन सा फंक्शन पाइथन में बिल्ट-इन फंक्शन है?<break-line><break-line>Which of the following functions is a built-in function in Python?
___________फ़ंक्शन फ़ाइल पॉइंटर की वर्तमान स्थिति लौटाता है।<break-line><break-line>___________function returns the current position of the file pointer.