
Structures and Union

Quiz
•
Other
•
University
•
Medium
Kavinaya R
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a structure in C?
A data type used to store integers only
A user-defined data type that groups related variables
loop structure
pre-defined C function
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to define a structure in C?
struct
define
typedef
union
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to declare a structure named Student with name and age?
struct Student { char name[50]; int age; };
structure Student { char name[50]; int age; };
define Student { name[50], age };
Student { char name[50]; int age; };
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you access the member age of a structure variable s1?
s1 -> age
s1.age
s1:age
s1(age)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a variable s1 of type struct Student?
Student s1;
struct s1 Student;
struct Student s1;
Student: s1;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can structures hold different data types?
No, all members must be same type
Yes, only integers and floats
Yes, any combination of data types
Only characters
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the size of a structure dependent on?
Number of members
Type and size of members
Order of declaration
All of the above
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Tech quiz Round 1

Quiz
•
University
10 questions
Java set3

Quiz
•
University
15 questions
Technoquiz..3

Quiz
•
University
15 questions
Comprendre les listes chainées en C

Quiz
•
University
10 questions
Plexo sacro

Quiz
•
University
15 questions
Web Dev

Quiz
•
University
10 questions
Structuri de date în C++

Quiz
•
7th Grade - University
15 questions
Definite Integrals #1

Quiz
•
10th Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade