(A) main()
(B) sqrt()
(C) new()
(D) start()
Tag: C++ Programming
An inline function is expanded during at?
(A) Run-time
(B) Never expanded
(C) Compile-time
(D) All of the above
The value 20.58 can represented using which datatype?
(A) void
(B) double
(C) int
(D) None of the above
Which of the following will not return a value?
(A) int
(B) void
(C) null
(D) empty
Which of the following is the default return value of function?
(A) char
(B) float
(C) int
(D) void
The if-else statement can be replaced by which operator?
(A) Conditional operator
(B) Arithmetic operator
(C) Bitwise operator
(D) Logical operator
The destination statement for the goto label is identified by what label?
(A) #
(B) $
(C) @
(D) :
What is the name of * operator in pointer?
(A) Address of operator
(B) Value at address operator
(C) Multiplication operator
(D) None of the above