Datatype November 27, 2020December 21, 2020wefru C++ Programming datatype quiz you need check where you known or else Don’t know 0 Created on November 27, 2020 By wefru Datatypes TEST YOUR SKILLS 1 / 10 Which classes allow primitive types to be accessed as object? Wrapped Friend Storage Virtual 2 / 10 Which of the following is a valid destructor of the class name "Country" void Country() int ~Country() int ~Country(Country obj) void ~Country() 3 / 10 Which of the following is not a standard exception built in C++. std::bad_creat std::bad_alloc std::bad_cast std::bad_typeid 4 / 10 STL Stands for? Simple Template Library Single Type-based Library Static Type Library Standard Template Library 5 / 10 Which one of the following is not a valid reserved keyword in c++ Private Implicit Public Explicit 6 / 10 Declaration a pointer more than once may cause______________ Null Trap Abort Error 7 / 10 A C++ code line ends with ___ A Semicolon (;) A Comma (,) A Fullstop(.) A Slash (/) 8 / 10 Default constructor has ____ arguments. One Argument No argument Two Argument None of these 9 / 10 Which class allows only one object to be created. Sigleton Class Nuclear Family Class Abstruct Class Numero Uno Class 10 / 10 In CPP, members of a class are ______ by default. Public Private Protected Static Your score is The average score is 0% LinkedIn Facebook Twitter VKontakte 0% Restart quiz