Home
Verify
About Us
Contact Us
Courses
_Introduction to Cybersecurity
_What is GitHub?
_The Coder's Promise
_Learn JavaScript Basics in 45 min
Home
C++ MQCs with Explanation ( WORKING WITH FILES)
C++ MQCs with Explanation ( WORKING WITH FILES)
CNR
July 22, 2023
Assuming that the length of the file f1 is 100 bytes, what will be the output of the following code segment? f1.seekg(0, ios::end); f1.seekg(-10, ios::cur); cout << f1.tellg ( );
0
100
90
erroroutput
Answer
:
Option c: 90
Explanation Here
Post a Comment
0 Comments
Table of Contents
Most Popular
September 08, 2025
Introduction to Cybersecurity Course
July 21, 2024
The Dangers of the Digital World
July 21, 2024
Contact form
0 Comments