C language interview questions solution for freshers beginners placement tricky good pointers answers explanation operators data types arrays structures functions recursion preprocessors looping file handling strings switch case if else printf advance linux objective mcq faq online written test prime numbers Armstrong Fibonacci series factorial palindrome code programs examples on c++ tutorials and pdf
Buffer is a technique which reduces number of I/O call.
9 comments:
Anonymous
said...
buffer is the place where we can read the character letter by letter than in disk...because the disk would take a longer time because for every character we need to access the disk,,,,,
All standard input output devices are containing input output buffer.
In implementation when we are passing more than required number of values as a input then rest of all values will automatically holds in standard input buffer, this buffer data will automatically pass to next input functionality if it is exist.
9 comments:
buffer is the place where we can read the character letter by letter than in disk...because the disk would take a longer time because for every character we need to access the disk,,,,,
agiL
buffer for storing data
Buffer is data storing and this is a c.p. u reg.
Nyc and thnku
but what actually buffer do ? will you please elaborate it ?
Buffer is used to store the data, If we store the data in buffer we can get the data easily, it mean it reduces the time to access the data.
But can anybody explain about buffer briefly?
Temporary storage area is called buffer.
All standard input output devices are containing input output buffer.
In implementation when we are passing more than required number of values as a input then rest of all values will automatically holds in standard input buffer, this buffer data will automatically pass to next input functionality if it is exist.
Post a Comment