COMPROG 2 FA1-2

COMPROG 2 FA1-2

Assessment

Flashcard

•

Other

•

University

•

Practice Problem

•

Hard

Created by

Wayground 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)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?