Contents

With the use of which variable each array elements is accessed?
a) superscript                       
b) a subscript
c) subscript                          
d) integer

c

When the elements of array can be assigned values?
a) after compiler
b) before compiler
c) at the time of compilation          
d) compiler

c

In C language character array is considered as what?
a) integer                              
b) number
c) compiler                           
d) string

d

How is the size of the array?
a) optional                           
b) limited
c) compulsory     
d) voluntary

a

Which function will you choose to join two words?
a) strcpy()                             
b) strcat()
c) strncon()                           
d) memcon()

b

Which among the following is Copying function?
a) memcpy()                        
b) strcopy()
c) memcopy()                      
d) strxcpy()

a