
C Programming Concepts Assessment
Authored by vinjamuri Kamesh
Engineering
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the basic data types available in C?
boolean
string
int, float, double, char, void
array
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between 'if' and 'switch' control structures in C.
'if' is used for loops, while 'switch' is for single conditions.
The 'if' structure is for conditional checks, while 'switch' is for selecting among multiple cases based on a single expression.
'if' can only evaluate boolean expressions, while 'switch' can evaluate any data type.
'if' is faster than 'switch' in all cases.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a function in C and how is it defined?
A function in C is simply a block of code that does not require any parameters.
In C, a function is declared with the syntax: function_name(parameter_type) return_type { // body }
A function in C is defined as function_name(parameter_type parameter_name) { // function body }
A function in C is defined using the syntax: return_type function_name(parameter_type parameter_name) { // function body }
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Describe recursion and provide an example of a recursive function in C.
int factorial(int n) { if (n <= 1) return 1; return n * factorial(n - 1); }
int power(int base, int exp) { return base * power(base, exp - 1); }
int sum(int n) { return n + sum(n - 1); }
int fibonacci(int n) { return fibonacci(n - 1) + fibonacci(n - 2); }
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a pointer in C and how is it used?
A pointer in C is a variable that holds the address of another variable, enabling direct memory access and manipulation.
A pointer in C is a variable that stores a string value.
A pointer in C is a type of function that executes code.
A pointer in C is a special data type that can only hold integer values.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the concept of dynamic memory allocation in C.
Dynamic memory allocation in C is the process of allocating memory during program execution using functions like malloc and free.
Memory allocation in C is only possible using global variables.
Dynamic memory allocation in C is done at compile time using static arrays.
Dynamic memory allocation in C is managed automatically by the compiler.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the different file modes available in C for file I/O operations?
a+
The different file modes available in C for file I/O operations are: 'r', 'w', 'a', 'rb', 'wb', 'ab', 'r+', 'w+', 'a+'.
r+
w+
Access all questions and much more by creating a free account
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
Already have an account?
Similar Resources on Wayground
35 questions
OVERVIEW AND BASIS OF WIRELESS CHANNELS AND COMMUNICATION
Quiz
•
University
40 questions
Quiz T3kn1k R4dar-B
Quiz
•
University
30 questions
MCQs on Manholes
Quiz
•
University
31 questions
Techno trivia
Quiz
•
University
38 questions
Soil Formation
Quiz
•
University
30 questions
Electro 3 Quiz
Quiz
•
University
40 questions
13.1.1 - What is Civil Engineering
Quiz
•
10th Grade - University
30 questions
AI502_ML_TA_1_AIDS
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade
Discover more resources for Engineering
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
23 questions
Subject Verb Agreement
Quiz
•
9th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
5 questions
Poetry Interpretation
Interactive video
•
4th Grade - University
19 questions
Black History Month Trivia
Quiz
•
6th Grade - Professio...
15 questions
Review1
Quiz
•
University
15 questions
Pre1
Quiz
•
University