
C Programming (Pre test ET Sec B)
Quiz
•
others
•
Professional Development
•
Practice Problem
•
Hard
Rashmi Joshi
Used 1+ times
FREE Resource
Enhance your content in a minute
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Q 1.What is the output of the following code snippet?
#include
main()
{
int const a = 5;
a++;
printf(“%d”,a);
}
2.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Q 2 - What is the output of the following code snippet?
#include
main()
{
const int a = 5;
a++;
printf("%d", a);
}
3.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Q 3 - What is the output of the below code snippet?
#include
main()
{
int a = 5, b = 3, c = 4;
printf("a = %d, b = %d\n", a, b, c);
}
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Q 4 - Function fopen() with the mode "r+" tries to open the file for __
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Q 5 - What is the output of the following program?
#include
main()
{
int a[] = {2,1};
printf("%d", *a);
}
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Q 6 - What is the output of the following program?
#include
main()
{
int a[3] = {2,,1};
printf("%d", a[a[0]]);
}
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
Q 7 - What is the following program doing?
#include
main()
{
FILE *stream=fopen("a.txt",'r');
}
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
