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. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x * y);
Q. Identify the valid integer from the following:
Q. We can prevent a function from throwing any exceptions.
Q. A base class is also known as class.
Q. What is the output of this program?
Q. Which operation is used as Logical 'AND'
Q. What is the output of the following code snippet? int x = 10; int y = 20; cout << (x /= y);
Q. Which of the following statements is correct?
Q. Which among the following is/are type(s) of this pointer?
Discusssion
Login to discuss.