
PRF192 - FE2

Quiz
•
Computers
•
University
•
Medium
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
Similar Resources on Wayground
50 questions
Test 1 - SDT 2113

Quiz
•
University
50 questions
Quiz Python

Quiz
•
University
50 questions
FT1 - App

Quiz
•
University
50 questions
C Programming Quiz

Quiz
•
University
50 questions
MCQ for Coding Carnival

Quiz
•
University
54 questions
Python тест

Quiz
•
University
50 questions
Quiz Pengembangan Perangkat Lunak

Quiz
•
10th Grade - University
50 questions
Visual basic Quiz PGDCA

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade