Contents

A C string element are always stored in?
a) Random memory locations
b) Alternate memory locations
c) Sequential memory locations
d) None of the above

c

An array elements are always stored in …….memory locations.
a) Random                          
b) Sequential
c) Sequential and Random
d) None of the above

a

What is the maximum number of dimensions an array in C may have?
a) 2                                                        
b) 3
c) 12                                      
d) No Limit

d

Is there any function declared as strstr()?
a) true                                   
b) false

a

The……..function returns a pointer to the first character of a token.
a) strstr()                                               
b) strcpy()
c) strspn()                             
d) strtok()

d

Which of the given function is used to return a pointer to the located character?
a) strrchr()                            
b) strxfrm()
c) memchar()                       
d) strchar()

d