
Programming in C - Structure
Quiz
•
Computers
•
University
•
Hard

mahaveerakannan r
Used 40+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following are themselves a collection of different data types?
string
structures
char
all of the mentioned
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
User-defined data type can be derived by___________
struct
enum
typedef
all of the mentioned
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output of the following C code?
#include <stdio.h>
struct student
{
int no;
char name[20];
}
void main()
{
struct student s;
s.no = 8;
printf("hello");
}
Compile time error
Nothing
hello
Varies
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following return-type cannot be used for a function in C?
char *
struct
void
none of the mentioned
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is not possible under any scenario?
s1 = &s2;
s1 = s2;
(*s1).number = 10;
None of the mentioned
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following operation is illegal in structures?
Typecasting of structure
Pointer to a variable of the same structure
Dynamic allocation of memory for structure
All of the mentioned
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Comment on the output of the following C code.
#include <stdio.h>
struct temp
{
int a;
int b;
int c;
};
main()
{
struct temp p[] = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}};
}
No Compile time error, generates an array of structure of size 3
No Compile time error, generates an array of structure of size 9
Compile time error, illegal declaration of a multidimensional array
Compile time error, illegal assignment to members of structure
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
CSE C Section
Quiz
•
University
25 questions
C PROGRAMMING
Quiz
•
University
20 questions
data structures1
Quiz
•
University
20 questions
Code-A-Vita
Quiz
•
University
20 questions
Output Quiz-7
Quiz
•
University
16 questions
Miic1221
Quiz
•
University
15 questions
uNIT 11_14
Quiz
•
University
20 questions
Knack Club Selection Test
Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
Discover more resources for Computers
11 questions
NFL Football logos
Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms
Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms
Quiz
•
11th Grade - University
20 questions
La Hora
Quiz
•
9th Grade - University
7 questions
Cell Transport
Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?
Interactive video
•
4th Grade - University