Question 1 of 25
Hints left: 3
Q1
which is first popular object oriceted programming language ?
Q2
which class is used to design the base class?
Q3
what is the mandatory preprocessor directive foe c++?
Q4
what is use of function call operator?
Q5
c++is also called as_____
Q6
c++ progrmming languagee is extension to _______
Q7
what is the index number of the last element of an array with 10 elements?
Q8
which header fille is required for manipulation of math functions in c++?
Q10
the switch statement is also calles as?
Q11
what will you use if you are not intended to get return value?
Q12
when struct is used instead of the keyword class menas,what will happen in the program?
Q13
java compiler produces intermediate code called_____.
Q14
which operator is used to create the user-defined streams in c++?
Q15
java is created by sun micro system.
Q16
the operator used for dereferemcing or indirection is______
Q17
what meanant by hierarchical inheritances?
Q18
the data members and functions of a class in c++ are by defult___________.
Q19
which type is best suited to represent the logical valus?
Q20
which one of the following id not a possible state for a pointer.
Q21
which of the following belongs to the set of character types?
Q22
which is used to create a pure virtual function?
Q23
what will be used when terminating a atructure?
Q24
c++code is machine dependent and tied to particular_____
Q25
what are mandatory parts in function declaration?