
C Programming Structures Quiz

Quiz
•
Other
•
University
•
Easy
SYAM SANKAR
Used 1+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What keyword is used to define a structure in C?
typedef
define
class
struct
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is a valid way to create a struct variable?
struct person1: Person;
create struct Person person1;
struct Person = person1;
struct Person person1;
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What operator is used to access members of a structure?
*
&
->
.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the typedef keyword do in C?
Creates an alias for a data type
Allocates memory
Defines a new data type
Declares a variable
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In the struct definition, what does the following line represent: 'char name[50];'?
An integer variable
A floating-point variable
An array of characters
A pointer to a string
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you assign a value to a string in a struct?
Using = operator
Using sprintf() function
Using strcat() function
Using strcpy() function
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code snippet: 'printf("Name: %s\n", person1.name);'?
Name: person1.name
Name: %s
Name: Undefined
Name: George Orwell
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
CodeMavarick

Quiz
•
University
15 questions
Technoquiz..3

Quiz
•
University
20 questions
QUIZERIA

Quiz
•
University
21 questions
quiz #1

Quiz
•
University
20 questions
Machine Learning

Quiz
•
University
20 questions
Java Simple - 1

Quiz
•
University
20 questions
Data Variables

Quiz
•
KG - University
18 questions
Quiz - Quanti 3 schwer

Quiz
•
University
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade