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;
}
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
50 questions
C Programming Basics
Quiz
•
University
50 questions
Java Programming Quiz 2-6
Quiz
•
University
54 questions
Python тест
Quiz
•
University
50 questions
Quiz Python
Quiz
•
University
50 questions
Quiz Pengembangan Perangkat Lunak
Quiz
•
10th Grade - University
51 questions
C Programming Quiz
Quiz
•
University
54 questions
Unit 2 Final Quizz
Quiz
•
University
49 questions
Test 1
Quiz
•
University
15 questions
Multiplication Facts
Quiz
•
4th Grade
20 questions
Math Review - Grade 6
Quiz
•
6th Grade
20 questions
math review
Quiz
•
4th Grade
5 questions
capitalization in sentences
Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance
Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions
Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines
Quiz
•
Professional Development
12 questions
Dividing Fractions
Quiz
•
6th Grade