PRF192 - FE2

PRF192 - FE2

University

50 Qs

quiz-placeholder

Similar activities

ข้อสอบปลายภาค

ข้อสอบปลายภาค

University

50 Qs

PROGRAMMING IN C CO-1,2

PROGRAMMING IN C CO-1,2

University

50 Qs

ES084 Final Exam

ES084 Final Exam

University

50 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

University

45 Qs

Recursion in C/Java/Python

Recursion in C/Java/Python

University

50 Qs

Java Exception Handling and String Handling

Java Exception Handling and String Handling

University

49 Qs

P1 COMPROG 1-6

P1 COMPROG 1-6

University

50 Qs

CODE_ASSESMENT

CODE_ASSESMENT

University

50 Qs

PRF192 - FE2

PRF192 - FE2

Assessment

Quiz

Computers

University

Medium

Created by

Nguyen Duc Chinh - HE150974

Used 62+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output when the sample code below is executed?

void foo(int *z) {

return(m+2);

}

int main() {

int a-45. *b. m-10;

b-foo(a);

printf("\n%d %b".a;b);

return 0;

}

45 12

45 10

compile error

10 45

12 12

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output when the sample code below is executed?

intx=1000

while (x++ < 1003)

printf("%d ".x);

printf("%d\n".x);

1000 1001 1002 1003

1000 1001 1002

1001 1002 1003 1004

1001 1002 1003

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct statement for input data?

note: scanf( "%d". age); thiếu &

scanf( "%d". age);

Scanf( "%d". age);

scanf( age);

scanf( "%d". age);

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the gets() function do?

This fuction fetches a single character from the standard input file

This fuction fetches a string from the standard input stdin (keyboard) and places it into a string which the programmer must provide

This fuction fetches an argument from the standard input file

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which value can not be assigned to an unsigned-short type?

10000

-3

1

0

59876

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Given x,y,z are of floating-point type, which of the following C expressions is INCORRECT?

x-y.z

all of the others

x=y^z

x=y->z

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Assume that the size of int data type is 4 bytes

What is the output when the sample code below is executed?

int a[5]-{0}.x - 2111223;

while (x>10) {

a[x%10-1]++;

x/-10;

}

printf("%d".a[1]);

2

1

6

3

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?