Home
Verify
About Us
Contact Us
Courses
_Introduction to Cybersecurity
_What is GitHub?
_The Coder's Promise
_Learn JavaScript Basics in 45 min
Quizes
_Python Quiz
_Java Quiz
_C Quiz
_C++ Quiz
_C# Quiz
_Rust Quiz
_Golang Quiz
Home
C++ MQCs with Explanation ( WORKING WITH FILES)
C++ MQCs with Explanation ( WORKING WITH FILES)
CNR
July 22, 2023
The statement file1.write ((char*) &M, sizeof (M)); writes
the address of M to file1
the functions of M to file1
all the members of M to file1
data in object M to file1
Answer
:
Option d: data in object M to file1
Explanation Here
Post a Comment
0 Comments
Table of Contents
Most Popular
HTML: Forms and User Input
March 08, 2026
HTML: Typography & Fonts
March 08, 2026
HTML: Marquees
March 10, 2026
Contact form
0 Comments