
Super Dream Fit - Tech 1
Authored by Vengatesh vengatesh
Other
Professional Development
Used 3+ 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
45 sec • 1 pt
struct {
short s[5];
union {
float y;
long z;
}u;
} t;
22
14
18
10
Answer explanation
The char data type takes one byte in the memory.
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
#include<stdio.h>
struct st
{
int x;
static int y;
};
int main()
{
printf("%d", sizeof(struct st));
return 0;
}
1
3
4
Compilation Time Error
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Predict output of following program
int main()
{
int i;
int arr[5] = {1};
for (i = 0; i < 5; i++)
printf("%d ", arr[i]);
return 0;
}
1 followed by four garbage values
1 0 0 0 0
1 1 1 1 1
0 0 0 0 0
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
union test
{
int x;
char arr[8];
int y;
};
int main()
{
printf("%d", sizeof(union test));
return 0;
}
12
16
8
Compilation Error
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
#include<stdio.h>
int main()
{
int n;
for (n = 9; n!=0; n--)
printf("n = %d", n--);
return 0;
}
9 7 5 3 1
9 8 7 6 5 4 3 2 1
Infinite Loop
9 7 5 3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
char *ptr = "Genius";
printf("%c", &&*ptr);
return 0;
}
Compiler Error
Garbage Value
Runtime Error
G
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include<stdio.h>
int main()
{
int i = 0;
for (printf("1stn"); i < 2 && printf("2ndn"); ++i && printf("3rdn"))
{
printf("*n");
}
return 0;
}
1st 2nd * 3rd 2nd *
1st 2nd * 3rd 2nd * 3rd
1st 2nd 3rd * 2nd 3rd
1st 2nd 3rd * 1st 2nd 3rd
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
10 questions
Quiz Monthly HSSE Meeting Central Shop
Quiz
•
Professional Development
11 questions
ESSENTIAL
Quiz
•
Professional Development
14 questions
KPOP
Quiz
•
KG - Professional Dev...
12 questions
Pre- Training Evaluation
Quiz
•
Professional Development
10 questions
Ôn tập GHKII
Quiz
•
1st Grade - Professio...
8 questions
PAI WEB 2.0
Quiz
•
Professional Development
10 questions
Let's Uncover Our Knowledge
Quiz
•
Professional Development
10 questions
Sifat Pepejal (5 Jaya)
Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Other
20 questions
Black History Month Trivia Game #1
Quiz
•
Professional Development
20 questions
90s Cartoons
Quiz
•
Professional Development
12 questions
Mardi Gras Trivia
Quiz
•
Professional Development
7 questions
Copy of G5_U5_L14_22-23
Lesson
•
KG - Professional Dev...
12 questions
Unit 5: Puerto Rico W1
Quiz
•
Professional Development
42 questions
LOTE_SPN2 5WEEK2 Day 4 We They Actividad 3
Quiz
•
Professional Development
15 questions
Balance Equations Hangers
Quiz
•
Professional Development
31 questions
Servsafe Food Manager Practice Test 2021- Part 1
Quiz
•
9th Grade - Professio...