निम्नलिखित कोड का आउटपुट क्या होगा?
What will be the output of the following code ?
f=open("demo.txt","r")
print(f.tell())
A)
B)
C)
D)
Explanation: