Q. Correct syntax of file.readlines() is? (Solved)
1. fileobject.readlines( sizehint );
2. fileobject.readlines();
3. fileobject.readlines(sequence)
4. none of the mentioned
- a. fileobject.readlines( sizehint );
1. fileobject.readlines( sizehint );
2. fileobject.readlines();
3. fileobject.readlines(sequence)
4. none of the mentioned