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
Which of the following are themselves a collection of different data types?
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 Wayground
13 questions
Array of Structure

Quiz
•
University
10 questions
C++ linked list

Quiz
•
University
15 questions
Linked List Quiz -2023

Quiz
•
University
15 questions
PHP MySQL

Quiz
•
University
15 questions
Engineering ACW Semester 2 - #2 Data

Quiz
•
University
10 questions
PDS - 04225 Intro to Data Structures and Algorithms - Chapter 2

Quiz
•
University
10 questions
pointers and structures

Quiz
•
University
10 questions
DS UNIT-2 TEST-1

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade