
C Language Fundamentals

Quiz
•
Engineering
•
University
•
Hard
Dr. N
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the basic data types available in C?
int, float, double, char, void
string, boolean, list, map
integer, decimal, character, null
list, short, long, float
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between 'if' and 'switch' control structures.
'if' is used for loops, while 'switch' is for single conditions.
'if' is a function, while 'switch' is a variable type.
'if' can only handle two cases, whereas 'switch' can handle more than two.
The 'if' structure is for conditional checks, while 'switch' is for evaluating multiple cases based on a single expression.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of a function in C?
To create loops in C
To define variables in C
To manage memory allocation in C
The purpose of a function in C is to encapsulate code for specific tasks, enabling code reuse and organization.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you declare a pointer in C?
int *ptr[];
int ptr;
pointer int ptr;
int *ptr;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the relationship between arrays and pointers in C?
Arrays can only store integers in C.
Arrays and pointers are closely related; the name of an array acts as a pointer to its first element.
Pointers cannot be used to access array elements.
The size of an array is always fixed and cannot be changed.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you open a file for reading in C?
FILE *file = fopen("filename.txt", "r");
FILE *file = fopen("filename.txt", "a");
FILE *file = fopen("filename.txt", "w");
FILE *file = open("filename.txt");
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the scope of a variable declared inside a function?
Block scope
Static scope
Local scope
Global scope
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Kuis Pelatihan Pertemuan 5 (3D Printing)

Quiz
•
University
10 questions
C Programming Day-10

Quiz
•
University
10 questions
C Programming Day-12

Quiz
•
University
12 questions
Antenna Arrays

Quiz
•
University
10 questions
Threaded Binary Tree

Quiz
•
University
10 questions
Acero

Quiz
•
University
15 questions
CYBERSYNAPSE

Quiz
•
University
10 questions
p2rt

Quiz
•
7th Grade - 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