
C Programming Quiz
Authored by Nagendra Gaur
Information Technology (IT)
University
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
80 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the output of
` printf("%d", 5 + 2 * 3); `?
21
11
16
15
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which function returns the length of a string?
strcopy()
strlen()
strcmp()
strcat()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid C identifier?
int@num
123abc
_varName
void
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does `#include
Declares main function
Links standard I/O functions
Allocates memory
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the output of the following loop? for(int i = 0; i < 3; i++) { printf("%d ", i); }
0 1 2
1 2 3
0 1 2 3
0 1
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which storage class maintains the variable value between function calls?
auto
register
static
extern
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operator is used to access the value at an address in C?
&
*
->
@
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?