php mcq questions with answers


                                
Which of the following is/are not types of arrays in C#?
A. Single-Dimensional
B. Multidimensional
C. Jazzed arrays
D. Jagged arrays
                                
A variable which is declared inside a method is called a________variable.
A. Local
B. Private
C. Static
D. Serial
                                
Two methods with the same name but with different parameters.
A. Overloading
B. Multiplexing
C. Duplexing
D. Loading
                                
Which file contains configuration data for each unique URl resource used in project?
A. web.config
B. global.asax
C. webapplication.vsdisco
D. assemblyinfo.cs
                                
Features of Read only variables
A. Declaration and initialization is separated
B. It is allocated at compile time
C. It is allocated at runtime
D. all of the above