Which of the following function is used for input string value including blank space?
a) get ()
b) put ()
c) getline ()
d) getche ()
Which of the following function get input from keyboard that contain blank spaces?
a) get ()
b) put ()
c) getline ()
d) getche ()
Which of following function is used to search byte with a particular value in buffer?
a) memchr ()
b) memcmp ()
c) memcpy ()
d) memmove ()
Which function is used to compare each successive byte referenced by first pointer with corresponding byte referenced?
a) memchr ()
b) memcmp ()
c) memcpy ()
d) memmove ()
Which function is sued to copy specified characters from one buffer to another buffer?
a) memchr ()
b) memcmp ()
c) memcpy ()
d) memmove ()
Which function is sued to copy specified characters from first buffer to second buffer and returns first buffer?
a) memchr ()
b) memcmp ()
c) memcpy ()
d) memmove ()