1. Which of the following is the default return value of functions in C ++ ? a) int b) char c) float d) void 2. If an argument from the parameter list of a function is defined constant then a) It can...


1.<br>Which of the following is the default return value of functions in C ++ ?<br>a) int<br>b) char<br>c) float<br>d) void<br>2.<br>If an<br>argument from the parameter list of a<br>function is defined constant<br>then<br>a) It can be modified inside the function<br>b) It cannot be modified inside the function<br>c) Error occurs<br>d) Segmentation fault<br>3. From which function the execution of a C++ program starts?<br>a) start() function<br>b) main() function<br>c) new() function<br>d) end() function<br>4. Which of the following is important in a function?<br>a) Return type<br>b) Function name<br>c) Both return type and function name<br>d) The return type, function name and parameter list<br>5. Which of the following is the correct syntax to print the message in C++ language?<br>a) cout <<

Extracted text: 1. Which of the following is the default return value of functions in C ++ ? a) int b) char c) float d) void 2. If an argument from the parameter list of a function is defined constant then a) It can be modified inside the function b) It cannot be modified inside the function c) Error occurs d) Segmentation fault 3. From which function the execution of a C++ program starts? a) start() function b) main() function c) new() function d) end() function 4. Which of the following is important in a function? a) Return type b) Function name c) Both return type and function name d) The return type, function name and parameter list 5. Which of the following is the correct syntax to print the message in C++ language? a) cout <"hello world="" !"="" b)="" cout="">< hello="" world="" !="" ;="" c)="" cout=""><"hello world="" !;="" d)="" none="" of="" the="">

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here