COMPROG 2 FA1-2

COMPROG 2 FA1-2

Assessment

Flashcard

Other

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

67 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What type of function is described as a non-returning value function? Options: int, void, double, voided

Back

void

2.

FLASHCARD QUESTION

Front

In C++, the block of code begins and ends with:

Back

{}

3.

FLASHCARD QUESTION

Front

To execute the codes of function, the user-defined function needs to be __________.

Back

invoked

4.

FLASHCARD QUESTION

Front

In C++, arguments to functions always appear within ______________.

Back

Parenthesis

5.

FLASHCARD QUESTION

Front

What will you use if you do NOT intended to return value? Options: void, static, const, int

Back

void

6.

FLASHCARD QUESTION

Front

Where does the execution of the program start?

Back

main function

7.

FLASHCARD QUESTION

Front

Which of the following is NOT a proper function prototype (definition)?
Options:
func(int x)
,
int secondfunct (char x, char y);
,
char letter();
,
void funct();

Back

func(int x)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?