Which of the following operation is illegal in structures?
C - Structures

Quiz
•
Computers
•
University
•
Medium
Ise Jnnce
Used 104+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Typecasting of structure
Pointer to a variable of same structure
Dynamic allocation of memory for structure
All of the mentioned
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the size of a C structure?
C structure is always 128 bytes
Size of C structure is the total bytes of all elements of structure
Size of C structure is the size of largest element
None of the above
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which operator connects the structure name to its member name?
-
.
/
\
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following cannot be a structure member?
Another structure
Array
Function
None of the mentioned
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Number of bytes in memory taken by the below structure is?
struct test
{
int k;
char c;
};
Multiple of integer size
integer size+character size
Depends on the platform
Multiple of word size
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Size of a union is determined by size of the
Biggest member in the union
First member in the union
Last member in the union
Sum of the sizes of all members
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A C structure or User defined datatype is also called ________.
Derived data type
Secondary data type
Aggregate data type
All the above
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
C Programming Unit-1 Test-2

Quiz
•
University
17 questions
Minggu V - PKS 2 - Pemrograman C++

Quiz
•
University
20 questions
9.4.25 Mentoring quiz

Quiz
•
University
20 questions
Programming in C(1)

Quiz
•
University
20 questions
Operator in C

Quiz
•
University
15 questions
BASIC C PROGRAMMING QUIZ

Quiz
•
University
20 questions
Pointers

Quiz
•
University
23 questions
Beginning C Programming

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