R
Q. Which function is used to write data to a file in C++?
The 'write()' function is used to write data to a file in C++.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following C++ operators is used to dereference a pointer?
Q. The goto destination for the label is identified by __
Q. Find the output of the following program.
Q. Which of the following keywords is used to control access to a class member?
Q. A destructor takes __________ arguments.
Q. Which of the following is the correct way to define a copy assignment operator in C++?
Q. What will be the output of the following code? int a = 5; cout << ++a;
Q. Which data type is used to store a sequence of characters in C++?
Discusssion
Login to discuss.