Contents

Which of the following function is used for input string value including blank space?
a) get ()                                 
b) put ()
c) getline ()                          
d) getche ()

c

Which of the following function get input from keyboard that contain blank spaces?
a) get ()                                 
b) put ()
c) getline ()                           
d) getche ()

a

Which of following function is used to search byte with a particular value in buffer?
a) memchr ()                       
b) memcmp ()
c) memcpy ()                       
d) memmove ()

a

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 ()

b

Which function is sued to copy specified characters from one buffer to another buffer?
a) memchr ()                        
b) memcmp ()
c) memcpy ()                       
d) memmove ()

c

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 ()

d