C Programming Quiz

Quiz
•
Professional Development
•
University
•
Hard
Suresh Kumar
Used 7+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements about pointers is correct?
A pointer stores the value of a variable.
A pointer stores the memory address of a variable.
A pointer stores the size of a variable.
A pointer is used to add two values.
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following is true about sizeof() operator?
It can be used on any data type.
It returns the size in bits.
It can only be used on variables.
It returns the size in bytes.
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What will printf("%d", 5 + 3); output?
53
8
35
5 + 3
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the format specifier for printing an integer in C?
%c
%s
%d
%f
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which of the following is used to clear memory allocated by malloc()?
clear()
free()
delete()
reset()
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the output of the following code? int a = 5, b = 3; printf("%d", a % b);
1
2
3
5
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Which function is used to dynamically allocate memory in C?
malloc()
free()
sizeof()
realloc()
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Professional Development
15 questions
Disney Trivia

Quiz
•
University
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
7 questions
What Is Narrative Writing?

Interactive video
•
4th Grade - University
20 questions
Disney Trivia

Quiz
•
University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
5 questions
Examining Theme

Interactive video
•
4th Grade - University
23 questions
Lab 4: Quizziz Questions

Quiz
•
University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University