Search Header Logo

PRF192 - FE2

Authored by Nguyen Duc Chinh - HE150974

Computers

University

Used 62+ times

PRF192 - FE2
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?