(A) India and Sri Lanka
(B) Pakistan and Sri Lanka
(C) Pakistan and India
(D) India and Afghanistan
Author:
Everyday Science Mcqs Quiz 13
The constants are also called as?
(A) pre-processor
(B) const
(C) literals
(D) None of the above
Which is the only function call C++ programs must contain?
(A) main function
(B) inline function
(C) start function
(D) new function
Which of the following is important in a function?
(A) Function_name
(B) Return_type
(C) Parameter
(D) Both A & B
From which function the execution of a C++ program starts?
(A) main()
(B) sqrt()
(C) new()
(D) start()
An inline function is expanded during at?
(A) Run-time
(B) Never expanded
(C) Compile-time
(D) All of the above