Which of the following are themselves a collection of different data types?
Structure in C

Quiz
•
Computers
•
University
•
Medium
Chi Quang
Used 16+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
string
char
struct
all
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which operator connects the structure name to its member name?
-
.
=
>>
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following cannot be a structure member?
another structure
Function
array
None
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following structure declaration will throw an error?
struct temp{ } s;
main(){}
struct temp{ };
struct temp s;
main(){ }
struct temp s;
struct temp{ };
main(){ }
None
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of this C code?
Nothing
Compile error
8.0
8
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Size of a union is determined by size of the.
First member in the union
Last member in the union
Biggest member in the union
Sum of the sizes of all members
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Assuming size of long int is 4 bytes, what will be the output for:
typedef long long int L = 24;
printf("Size of long long int is :");
printf("%d",sizeof(L));
24
4
8
Error
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
BE4 UPS 3 D2T10

Quiz
•
University
10 questions
DATA STRUCTURE QUIZ 1- INTRO TO DATA STRUCTURES

Quiz
•
University
15 questions
Java Method

Quiz
•
University
11 questions
Repaso programación estructurada

Quiz
•
University
10 questions
Inheritance

Quiz
•
University
10 questions
Pop Quiz 3 (DFC40243)

Quiz
•
University
10 questions
java quiz based on interface

Quiz
•
University
6 questions
Topic 5-3: for loop

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade