With the use of which variable each array elements is accessed?
a) superscript
b) a subscript
c) subscript
d) integer
When the elements of array can be assigned values?
a) after compiler
b) before compiler
c) at the time of compilation
d) compiler
In C language character array is considered as what?
a) integer
b) number
c) compiler
d) string
How is the size of the array?
a) optional
b) limited
c) compulsory
d) voluntary
Which function will you choose to join two words?
a) strcpy()
b) strcat()
c) strncon()
d) memcon()
Which among the following is Copying function?
a) memcpy()
b) strcopy()
c) memcopy()
d) strxcpy()