DSBS-AN-29.01.2024
Quiz
•
English
•
Professional Development
•
Practice Problem
•
Hard
CCC info@ccc.training
Used 1+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
#include<stdio.h> main() { typedef int a; a b=2, c=8, d; d=(b*2)/2+8; printf("%d",d); }
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
#include<stdio.h> #include<string.h> typedef struct employee { char name[50]; int salary; } e1; void main( ) { printf("Enter Employee name"); scanf("%s",e1.name); printf("\n%s",e1.name); }
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the size of myArray in the code shown below? (Assume that 1 character occupies 1 byte) typedef char x[10]; x myArray[5];
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
#include<stdio.h> int main() { typedef union a { int i; char ch[2]; }hello; hello u; u.ch[0] = 3; u.ch[1] = 2; printf("%d, %d", u.ch[0], u.ch[1]); return 0; }
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
#include<stdio.h> int main() { typedef union a { int i; char ch[2]; }hello; hello u; u.ch[0] = 3; u.ch[1] = 2; printf("%d, %d", u.ch[0], u.ch[1]); return 0; }
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
#include <stdio.h> typedef int Arr[4]; // Driver code int main() { Arr temp = { 10, 20, 30, 40 }; printf("typedef using an array\n"); for (int i = 0; i < 4; i++) { printf("%d ", temp[i]); } return 0; }
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which member of the union will be active after REF LINE in the following C code? #include <stdio.h> union temp { int a; float b; char c; }; union temp s = {1,2.5,’A’};
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
10 questions
Employment Vocabulary
Quiz
•
Professional Development
12 questions
Modal verbs
Quiz
•
Professional Development
14 questions
Commas and articles Quiz
Quiz
•
Professional Development
10 questions
TOEFL Structure Skill 1-10
Quiz
•
University - Professi...
15 questions
VCE-ALPHA-25.11.2023-AN
Quiz
•
Professional Development
15 questions
DSBS-FN-30.01.2024
Quiz
•
Professional Development
10 questions
Child Labour In Pakistan
Quiz
•
KG - Professional Dev...
18 questions
Infinity Labor Day Trivia Game
Quiz
•
Professional Development
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
25 questions
Multiplication Facts
Quiz
•
5th 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
11 questions
How well do you know your Christmas Characters?
Lesson
•
3rd Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
20 questions
How the Grinch Stole Christmas
Quiz
•
5th Grade
Discover more resources for English
26 questions
Christmas Movie Trivia
Lesson
•
8th Grade - Professio...
25 questions
Christmas Movies
Quiz
•
Professional Development
20 questions
Christmas Trivia
Quiz
•
Professional Development
15 questions
Fun Holiday Trivia
Quiz
•
Professional Development
25 questions
Name That Tune - Christmas
Quiz
•
Professional Development
29 questions
Christmas Song Emoji Pictionary
Quiz
•
Professional Development
9 questions
Holiday Movie Trivia
Lesson
•
Professional Development
34 questions
Winter Trivia
Quiz
•
Professional Development
