Q: Choose the correct answer with the explanation reason of your choice 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...


Q: Choose the correct answer<br>with the explanation reason of<br>your choice<br>1. Which of the following is the<br>default return value of functions<br>in C++?<br>a) int<br>b) char<br>c) float<br>d) void<br>2. If an argument from the<br>parameter list of a function is<br>defined constant<br>then<br>a) It can be modified inside the<br>function<br>b) It cannot be modified inside<br>the function<br>c) Error occurs<br>d) Segmentation fault<br>3. From which function the<br>execution of a C++ program<br>starts?<br>a) start() function<br>b) main() function<br>c) new() function<br>d) end() function<br>

Extracted text: Q: Choose the correct answer with the explanation reason of your choice 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

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here