Question 1 of 25
Hints left: 3
Q1
which keyworrd is used to define the user defind data types?
Q2
which of the following is a valid class declaration?
Q3
where the object in the class?
Q4
portability of any language depends on_____
Q5
which keyword is used to check exception in the block of code?
Q6
which operator works only with integer ariables?
Q7
______have the return type void?
Q8
which operator is used to signify the namespace?
Q9
what used to write multi line comment c++?
Q10
where does keyword 'friend'should be placed?
Q11
what is the syntax of friend function?
Q12
_______________are used for generic programming.
Q13
what is the other name of the macro?
Q14
which data type is used to represent the absence of parameters?
Q15
which is also called as abstract class?
Q16
byte code(intermediate code) is executed by the_____.
Q17
which rule will not a affect the friend function?
Q18
which special character is used to mark the end of class?
Q19
what is this operator called?:?
Q20
c++_____produces machine code which is directly executed bby the cpu.
Q21
which are following are c++ programming language?
Q22
which of the following is used to terminate the function declaration?
Q23
by default how the value are passed in c++?
Q24
which is used to keep the call by reference value as intact?
Q25
which keyword is used to access the variable in the namescape?