Discrete Mathematics MCQs 1
Discrete Mathematics MCQs 2 Discrete Mathematics MCQs 3 Discrete Mathematics MCQs 4 1. Which of the following statement is a […]
Discrete Mathematics MCQs 2 Discrete Mathematics MCQs 3 Discrete Mathematics MCQs 4 1. Which of the following statement is a […]
Id 101 Question Run time error is known as ______ A Logical error B Syntactic error C Exception D All
((QUESTION)) Which of the following type of class allows only one object of it to be created? ((OPTION_A)) Virtual
OOP Unit VI MCQ 1. What is the Standard Template Library? a) Set of C++ template classes to provide
Id 1 Question What is meaning of template parameter? A It is used to pass a type as argument B
Question What does the following statement mean? int (*fp)(char*) A pointer to a pointer B pointer to an array
Id 151 Question Parent:child is________ A base:derived B derived:driven C child:super D subclass:superclass Answer A Marks 1 Unit II Id
Id 101 Question Which of the following operator(s) can not be overloaded A .* B :: C ?: D
Id 1 Question Polymorphism is supported by the c++ by using following ways A function overloading B operator overloading C
Id 1 Question Every class has at least one constructor function, even when none is declared. A TRUE B