What is buffering in c++
Answers
Answered by
1
heyy...!!
Buffer is a generic term that refers to a block of memory that serves as a temporary placeholder. You might encounter the term in your computer, which uses RAM as a buffer, or in video streaming where a section of the movie you are streaming downloads to your device to stay ahead of your viewing. Computer programmers use buffers as well.
hope it helps
mark as brainliest;)
Buffer is a generic term that refers to a block of memory that serves as a temporary placeholder. You might encounter the term in your computer, which uses RAM as a buffer, or in video streaming where a section of the movie you are streaming downloads to your device to stay ahead of your viewing. Computer programmers use buffers as well.
hope it helps
mark as brainliest;)
Similar questions