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
An array elements are always stored in …….memory locations.
a) Random
b) Sequential
c) Sequential and Random
d) None of the above
What is the maximum number of dimensions an array in C may have?
a) 2
b) 3
c) 12
d) No Limit
Is there any function declared as strstr()?
a) true
b) false
The……..function returns a pointer to the first character of a token.
a) strstr()
b) strcpy()
c) strspn()
d) strtok()
Which of the given function is used to return a pointer to the located character?
a) strrchr()
b) strxfrm()
c) memchar()
d) strchar()