WQUIZ_#1 - CC123(C)

WQUIZ_#1 - CC123(C)

University

26 Qs

quiz-placeholder

Similar activities

python giber

python giber

University

21 Qs

APTITUDE PRACTICE TEST MOCK-1 @ 14-7-2020

APTITUDE PRACTICE TEST MOCK-1 @ 14-7-2020

University

25 Qs

kuiz phyton

kuiz phyton

University

25 Qs

Quiz competition

Quiz competition

University

25 Qs

Con trỏ

Con trỏ

University

25 Qs

Computer Science Related

Computer Science Related

University

25 Qs

PLC HMI

PLC HMI

11th Grade - Professional Development

25 Qs

Economics #2

Economics #2

12th Grade - University

23 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?