php mcq questions with answers


                                
A _____ is any valid C# variable ending with a colon.
A. goto  
B. Label  
C. Logical  
D. Bitwise
                                
C# has _______ operator, useful for making two way decisions.
A. Looping  
B. Functional  
C. Exponential  
D. Conditional
                                
________causes the loop to continue with the next iteration after skipping any statements in between.
A. Loop  
B. Exit  
C. Break  
D. Continue
                                
An ____ is a group of contiguous or related data items that share a common name.
A. Operator  
B. Integer  
C. Exponential  
D. Array
                                
Arrays in C# are ______ objects.
A. Reference  
B. Logical  
C. Value  
D. Arithmetic