WQUIZ_#1 - CC123(C)

WQUIZ_#1 - CC123(C)

University

26 Qs

quiz-placeholder

Similar activities

C Programming Quiz

C Programming Quiz

University

25 Qs

The Nervous System and Brain

The Nervous System and Brain

7th Grade - University

23 Qs

DEBUGGING

DEBUGGING

University

26 Qs

Tech CivilWar

Tech CivilWar

University

30 Qs

Technical Quiz WCC

Technical Quiz WCC

University

30 Qs

Python Quiz SE 27/10/2023

Python Quiz SE 27/10/2023

University

26 Qs

python programming quiz

python programming quiz

12th Grade - University

26 Qs

G2_UAS_X RPL_PPLG

G2_UAS_X RPL_PPLG

10th Grade - University

30 Qs

WQUIZ_#1 - CC123(C)

WQUIZ_#1 - CC123(C)

Assessment

Quiz

Other

University

Medium

Created by

Robin Arcilla

Used 2+ times

FREE Resource

26 questions

Show all answers

1.

OPEN ENDED QUESTION

1 min • Ungraded

Student Name: LN, FN, MI

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

1 min • Ungraded

COURSE/YEAR AND SECTION

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which is not a proper prototype?
int funct(char x, char y);
double funct(char x)
void funct();
char x();

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is the return type of the function with prototype: "int func(char x, float v, double t);"
char
int
float
double

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which of the following is a valid function call (assuming the function exists)?
funct;
funct x, y;
funct();
int funct();

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Which of the following is a complete function?
int funct();
int funct(int x) {return x=x+1;}
void funct(int) {cout&tl;<"Hello"}
void funct(x) {cout<<"Hello"}

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is the only function all C++ programs must contain?
start()
system()
main()
program()

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?