What gives the current position of the put pointer?
Answer / Ratnesh Kumar Verma
In C++, put is a function used to write a single character to an output stream. The current position of the put pointer is not directly accessible, but you can use functions like std::ios::tellp() to obtain the current position in the output buffer.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a manipulative person?
is throwing exception from a constructor not a good practice ?
What is ostream in c++?
Can we use pointers in c++?
Explain how an exception handler is defined and invoked in a Program.
What is the difference between strcpy() and strncpy()?
Is c better than c++?
What are the advantages of using a pointer?
How does c++ structure differ from c++ class?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is c++ mutable?
Is there a new/delete equivalent of realloc?