C++ Programming

101) how many types of comments are there in c++?

Answer Is: (B) 2

Explanation:

No answer description available for this question. Let us discuss.

102) howm many types of macros are there in c++?

Answer Is: (B) 2

Explanation:

No answer description available for this question. Let us discuss.

103) how many types of loops are there in c++?

Answer Is: (D) 4

Explanation:

No answer description available for this question. Let us discuss.

104) which symbol is used to declare the preprocessor directives?

Answer Is: (A) #

Explanation:

No answer description available for this question. Let us discuss.

105) which operator is having the right to left associativity in the following?

Answer Is: (D) type cast

Explanation:

No answer description available for this question. Let us discuss.

106) which interface determines how your class will used by another program?

Answer Is: (A) public

Explanation:

No answer description available for this question. Let us discuss.

107) to which does the function pointer point to ?

Answer Is: (C) function

Explanation:

No answer description available for this question. Let us discuss.

108) what type of comments does c++ support?

Answer Is: (C) single line and multi-line

Explanation:

No answer description available for this question. Let us discuss.

109) how many types of models are available to creat the user-defined data type?

Answer Is: (B) 2

Explanation:

No answer description available for this question. Let us discuss.

110) how many types are there in increment/decrement operator?

Answer Is: (B) 2

Explanation:

No answer description available for this question. Let us discuss.

111) what is the default return type of a function?

Answer Is: (B) void

Explanation:

No answer description available for this question. Let us discuss.

112) whart does inheritance allow you to do ?

Answer Is: (B) create a hierarchy of classes

Explanation:

No answer description available for this question. Let us discuss.

113) if a class contains pure virtual function,then it is termed as_____.

Answer Is: (D) abstract class

Explanation:

No answer description available for this question. Let us discuss.

114) c++compiler produces machine code which is directly executed by____

Answer Is: (C) the cpu

Explanation:

No answer description available for this question. Let us discuss.

115) the value of the bool is _____bool is _int(869.54)

Answer Is: (B)

Explanation:

No answer description available for this question. Let us discuss.

116) the c++ is an extensive version of______.

Answer Is: (A) language c

Explanation:

No answer description available for this question. Let us discuss.

117) how many characters are specified in the ASCLL scheme?

Answer Is: (B) 128

Explanation:

No answer description available for this question. Let us discuss.

118) what does a class in c++ holds?

Answer Is: (C) both data & functions

Explanation:

No answer description available for this question. Let us discuss.

119) choose the other name of operator function?

Answer Is: (A) function overloading

Explanation:

No answer description available for this question. Let us discuss.

Comments (0)

Leave your comment

Please enter comment.

Please enter name.
Please enter valid email address.
Please enter valid website URL.

Up