CPP Functions MCQ
Cpp MCQ(1) Which of the following operator is used as argument separator?
(2) Which of the following combined called function definition?
(3) Semicolon is placed after function.
(4) How many type of parameters used in functions?
(5) How many parts of function defination ?
(6) Which of the following type is used for returning nothing from function ?
(7) Which of the following activate the function ?
(8) Which of the following include return statement ?
(9) Which of the following is similar to function declaration ?
(10) Which of the following is optional in function declaration ?
(11) Fucntion declaration is omitted when function is defined ___________ main() function.
(12) Standard functions are declared and defined in.
(13) How many types of functions in C++ ?
(14) Which of the following is used as output of functions in C++ ?
(15) In C++ how many paramters a function can accept
(16) Which of the following is used as identifier to funcntion?
(17) A function has following no of properties