What gives the current position of the put pointer?



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

Post New Answer

More C++ General Interview Questions

What is a manipulative person?

1 Answers  


is throwing exception from a constructor not a good practice ?

5 Answers   Ericsson,


What is ostream in c++?

1 Answers  


Can we use pointers in c++?

1 Answers  


Explain how an exception handler is defined and invoked in a Program.

1 Answers  


What is the difference between strcpy() and strncpy()?

1 Answers  


Is c better than c++?

1 Answers  


What are the advantages of using a pointer?

1 Answers  


How does c++ structure differ from c++ class?

1 Answers  


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

1 Answers  


What is c++ mutable?

1 Answers  


Is there a new/delete equivalent of realloc?

1 Answers  


Categories