C++ MCQ -2
Question 1: The void specifier is used if a function does not have return type. a. True b. False Question 2: You must specify void in parameters if a function does not have any arguments. a. True b. False Question 3: Type specifier is optional when declaring a function a. True b. False…