
C Programming Quiz
Authored by Anh Tuan
English
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
112 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following C code? int x = 10; int y = 3; printf("%d", x / y);
3
3.33
2
1
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to declare a pointer to a constant integer in C?
const int *ptr;
int *const ptr;
const *int ptr;
int *ptr const;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the goto statement in C?
To create an infinite loop
To jump to a specific part of the program
To stop the program execution
To define a function
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is used to include a user-defined header file in C?
#include "filename"
#include
#import "filename"
#import
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements is true about the continue statement in C?
It terminates the current loop and exits from the program.
It skips the remaining part of the current loop iteration and continues with the next iteration.
It jumps to the start of the function.
It pauses the program execution.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to allocate memory for a single integer dynamically in C?
int *ptr = malloc(sizeof(int));
int ptr = malloc(sizeof(int));
int *ptr = malloc(1 * sizeof(int));
Both A and C are correct
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code in C? int x = 5; int y = 3; printf("%d", x > y);
1
0
5
3
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?