C PLUS PLUS - Programming Online Tests
Question 1: Which of the following converts an integer "value" to its ASCII equivalent ? ...

Question 1: If an array in C++ is declared as exforsys[10] then exforsys is equal to ...

Question 1: A function defined within a class is called as ...

Question 1: If p & q are int type variables, what will be the result of the expression p % q Where p=-16 and q=-3 ...

Question 1: The notation of ternary operator is - ...

Question 1: A function that is prototyped as double calculate(int num); may ______________ ...

Question 1: The other name for external variables in C++ is ...

Question 1: Which of the following statement declares and initializes, to the empty string, a 10 - element character array named firstName ? ...

Question 1: The program can access the private member of a class _________ ...

Question 1: The maximum number of nodes in a binary tree of depth k is - ...

Question 1: You ___________ write your own container classes. ...

Question 1: A function that is called automaticaly each time an object is destroyed is a ...

Question 1: If no exception is thrown _____________ . ...

Question 1: The loosest type of coupling is ______ ...

Question 1: A function that is called automaticaly each time an object is created is a(n) __________ ...

Question 1: The function that is actually created from a call to a template function is said to be ________ . ...

Question 1: A class D can be derived from a class C, which is derived from a class B, which is derived from a class A. ...

Question 1: A Node has ___ elements ...








