
C-Introduction
Quiz
•
English
•
1st Grade
•
Practice Problem
•
Medium
Avani Khokhariya
Used 3+ times
FREE Resource
Enhance your content in a minute
23 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h>
int main() {
int i = 17;
char c = 'c'; /* ascii value is 99 */
int sum; sum = i + c;
printf("Value of sum : %d\n", sum); }
116
96
98
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> int main() {
int sum = 17, count = 5;
double mean;
mean = sum / count;
printf("Value of mean: %f\n", mean); }
3.0000
3.4000
3
3.500
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> int main() {
int sum = 17, count = 5;
double mean;
mean = (double) sum / count;
printf("Value of mean: %f\n", mean); }
3.4000
3.000
3
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int main() {
int x = 1;
x = x++ + x++ + ++x;
printf("%d", x);
return 0;
}
7
8
6
5
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int main() {
int x = 1,y;
y = x++ + x++ + ++x;
printf("%d %d",y, x);
return 0;
}
6 , 6
6, 4
4,6
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int main() {
int i;
for(i = 0; i < 5; i++) {
if(i % 2 == 0)
continue;
printf("%d", i);
}
return 0;
}
1 2 3
1 2
1 3
1
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
int main() {
int x = 3, y = 4;
int z = (x > y) ? x++ : y++;
printf("%d %d %d", x, y, z);
return 0;
}
3 5 4
4 5 4
4 4 3
3 4 3
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
Mindset 3 - Read 3
Quiz
•
University
20 questions
3.24 Cause - Effect
Quiz
•
12th Grade
20 questions
So that such that, adjective clause, noun modifiers
Quiz
•
12th Grade
20 questions
Just for Fun
Quiz
•
7th - 9th Grade
20 questions
Modals and 3rd conditional
Quiz
•
8th - 9th Grade
18 questions
I will give you a quiz
Quiz
•
2nd Grade
20 questions
Incredible English 3 Animals
Quiz
•
1st - 2nd Grade
20 questions
Phonology ai - oa, Let´s plant a tree
Quiz
•
2nd Grade
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
15 questions
4:3 Model Multiplication of Decimals by Whole Numbers
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
The Best Christmas Pageant Ever Chapters 1 & 2
Quiz
•
4th Grade
12 questions
Unit 4 Review Day
Quiz
•
3rd Grade
10 questions
Identify Iconic Christmas Movie Scenes
Interactive video
•
6th - 10th Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
Discover more resources for English
20 questions
How the Grinch Stole Christmas
Quiz
•
KG - 3rd Grade
15 questions
Grammar
Quiz
•
KG - 7th Grade
58 questions
ELA study quiz
Quiz
•
1st Grade
40 questions
Semester Assessment Review
Quiz
•
1st - 5th Grade
10 questions
Exploring Informational Text Structures in English
Interactive video
•
1st - 5th Grade
15 questions
Pronouns
Quiz
•
KG - 3rd Grade
12 questions
Sneezy the Snowman
Quiz
•
1st Grade
16 questions
R Controlled Vowels
Quiz
•
1st - 4th Grade
