C# .Net Programing MCQs | Page - 3

Dear candidates you will find MCQ questions of C# .Net Programing here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.

R

Ram Sharma • 193.86K Points
Coach

Q. Overloaded constructors will have________.

(A) Different return types
(B) Different names
(C) Different parameter lists
(D) None of these
View Answer Discuss Share

R

Ram Sharma • 193.86K Points
Coach

Q. An instance class member is referred by using the format____________.

(A) Object name. Class member name.
(B) Class name. Class member name.
(C) Object name. Class member name or class name. class member name.
(D) None of these.
View Answer Discuss Share

R

Ram Sharma • 193.86K Points
Coach

Q. In case of the Params type parameter____________.

(A) Only output can be sent.
(B) The number of arguments is variable.
(C) Both input and output can be handled.
(D) None of these.
View Answer Discuss Share

R

Ram Sharma • 193.86K Points
Coach

Q. The out type parameters can be used_______________.

(A) Only to pass back a result to the calling functions.
(B) Only to send information to the called function.
(C) To pass data to the called method and receive information from the called method.
(D) None of these.
View Answer Discuss Share

R

Ram Sharma • 193.86K Points
Coach

Q. The ref type parameters are____________.

(A) “Input only” parameters.
(B) “Input / Output” parameters.
(C) “Output only” parameters.
(D) None of these.
View Answer Discuss Share

R

Ram Sharma • 193.86K Points
Coach

Q. The size of integer is___________.

(A) 8 bits
(B) 16 bits
(C) 32 bits
(D) 64 bits
View Answer Discuss Share

R

Ram Sharma • 193.86K Points
Coach

Q. An instance of a value type variable is allocated memory on_______.

(A) Stack
(B) Heap
(C) Both A & B
(D) None of the above
View Answer Discuss Share

R

Ram Sharma • 193.86K Points
Coach

Q. An instance of a reference type variable is allocated memory on_______.

(A) Stack
(B) Heap
(C) Both A & B
(D) None of the above
View Answer Discuss Share

R

Ram Sharma • 193.86K Points
Coach

Q. The size of long is___________.

(A) 8 bits
(B) 16 bits
(C) 32 bits
(D) 64 bits
View Answer Discuss Share

R

Ram Sharma • 193.86K Points
Coach

Q. ______________ access modifier is applied to a method or a data member, it can be accessed by all classes in the same namespace and derived class in other namespace.

(A) Public
(B) Protected
(C) Internal
(D) Protected internal
View Answer Discuss Share

Jump to

Download our easy to use, user friendly Android App from Play Store. And learn MCQs with one click.

Image