Discrete Mathematics MCQs 2
For the following sets : Ø, A = {1,3 }, B = {1, 5, 9}, C = {1, 3, […]
For the following sets : Ø, A = {1,3 }, B = {1, 5, 9}, C = {1, 3, […]
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
Id 1 Question What is meaning of template parameter? A It is used to pass a type as argument B
((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
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