
Day 4 C Programming Quiz
Authored by Phantom Techlogics
Computers
Professional Development
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
int main()
{
double k = 0;
for (k = 0.0; k < 3.0; k++)
printf("Hello");
}
What will be the output of the above C code?
Run time error
Hello
Hello
Hello
Hello
Hello
Hello is printed infinitely
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
int a=10, b, c;
b=a++;
c=++a;
printf("%d %d %d", a, b, c);
return 0;
}
What is the output of the C Program.?
12 10 12
10 11 12
12 11 12
12 12 12
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
We can have any number of case statements within a switch
True
False
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times is a do-while loop guaranteed to loop?
Infinitely
It varies
1
0
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
int a=22;
do
{
printf("%d ", a);
a++;
}while(a <= 20);
return 0;
}
What is the output of above C Program.?
23
20
22
No Output
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
int k, j;
for(k=1, j=10; k <= 5; k++)
{
printf("%d ", (k+j));
}
return 0;
}
What is the output of the above C Program.?
11
12
13
14
15
10
10
10
10
10
Compiler error
None of above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When does the code block following,
while(y<100)
execute?
When y is greater than one hundred
When y is less than one hundred
When y is equal to one hundred
None of the above
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
15 questions
JavaScript
Quiz
•
Professional Development
10 questions
Basic Programming Kotlin
Quiz
•
Professional Development
11 questions
Послеолимпиадный квиз!
Quiz
•
Professional Development
15 questions
After Effects Hotkeys
Quiz
•
University - Professi...
15 questions
3.3-Dominios
Quiz
•
Professional Development
10 questions
1. Standard output, Data type and variable
Quiz
•
Professional Development
10 questions
Basic Technology
Quiz
•
Professional Development
15 questions
Supervised and unsupervised learning
Quiz
•
Professional Development
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
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Computers
15 questions
LOTE_SPN2 5WEEK3 Day 2 Itinerary
Quiz
•
Professional Development
20 questions
Black History Month Trivia Game #1
Quiz
•
Professional Development
20 questions
90s Cartoons
Quiz
•
Professional Development
42 questions
LOTE_SPN2 5WEEK2 Day 4 We They Actividad 3
Quiz
•
Professional Development
6 questions
Copy of G5_U6_L3_22-23
Lesson
•
KG - Professional Dev...
20 questions
Employability Skills
Quiz
•
Professional Development