
C-Introduction
Authored by Avani Khokhariya
English
1st Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
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
Post-test Unit 10 M.4
Quiz
•
9th Grade
20 questions
STS Genap 2024/2025
Quiz
•
5th Grade
20 questions
STS SEMESTER GENAP KELAS 5 BAHASA INGGRIS SDN CIREUNDEU 02
Quiz
•
5th Grade
20 questions
22. Professional sports (Intermediate)
Quiz
•
University
20 questions
review
Quiz
•
4th - 5th Grade
20 questions
CONDITIONAL SENTENCE QUIZ
Quiz
•
11th Grade
20 questions
In Context
Quiz
•
5th - 9th Grade
20 questions
English 4
Quiz
•
4th - 5th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
Discover more resources for English
15 questions
Reading Comprehension
Quiz
•
1st - 5th Grade
16 questions
Text and graphic features in informational text
Quiz
•
1st - 5th Grade
20 questions
Nonfiction Text Features
Quiz
•
1st - 3rd Grade
10 questions
Exploring Natural Resources
Interactive video
•
1st - 5th Grade
15 questions
Author's Purpose
Quiz
•
1st - 3rd Grade
9 questions
Distinguishing Metaphors and Similes
Interactive video
•
1st - 5th Grade
12 questions
HOMOPHONES
Lesson
•
KG - 4th Grade
16 questions
Compound Words
Quiz
•
1st - 3rd Grade