
Programming in C structures and files

Quiz
•
Other
•
University
•
Medium
Suresh Mamidisetti
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following are themselves a collection of different data types?
Strings
Structures
Unions
Both Structures & Unions
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Union differs from structure in the following way
All members are used at a time
Only one member can be used at a time
Union cannot have more members
Union initialized all members as structure
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator connects the structure name to its member name?
*
.
&
+
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The size of the following union, where an int occupies 4 bytes of memory is
union demo
{
float x;
int y;
char z[10];
};
8 bytes
4 bytes
10 bytes
18 bytes
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a properly defined struct?
struct {int a;}
struct a_struct {int a;}
struct a_struct int a;
struct a_struct {int a;};
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which properly declares a variable of struct foo?
struct foo;
struct foo var;
foo;
int foo;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The first and second arguments of fopen() are
A character string containing the name of the file & the second argument is the mode
A character string containing the name of the user & the second argument is the mode
A character string containing file pointer & the second argument is the mode
None of the mentioned
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Electrical Engineering

Quiz
•
University
10 questions
SICG - REVISÃO - PROVA 01

Quiz
•
University
10 questions
Arrays - 2D

Quiz
•
University
10 questions
Data Types in C++

Quiz
•
University
5 questions
Soal Pre-test Dasprog P6

Quiz
•
University
14 questions
Cisco 1, Module 7

Quiz
•
University
10 questions
Tokens Lexeme and Pattern

Quiz
•
University
8 questions
Ambitos y pilas de funciones

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