What is the purpose of the 'volatile' keyword in C?

Set - 2

Quiz
•
Computers
•
University
•
Hard

Vijaya Lakshmi Masabathula
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
It indicates that a variable may be changed by an external process
It ensures that a variable is always initialized to zero
It specifies that a variable cannot be modified
It makes a variable immune to pointer arithmetic
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'restrict' keyword in C?
To restrict the access to a variable
To specify that a pointer is not aliased
To restrict the use of the 'goto' statement
To restrict the size of an array
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#include <stdio.h>
#define square(x) x*x
int main() {
int result = square(3 + 2);
printf("%d", result);
return 0;
}
25
Error
13
11
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the '__FUNCTION__' macro in C?
To return the current function name
To return the current file name
To return the current date and time
To return the current line number
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If the area of a square is 64 square units, what is the length of one side?
6
16
8
10
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The sum of three consecutive odd numbers is 63. What is the smallest of these numbers?
21
19
25
28
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A train travels 200 kilometers in 4 hours. What is its average speed?
55
50
40
60
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
C - Structures

Quiz
•
University
25 questions
C Quiz 1

Quiz
•
University
15 questions
BASIC C PROGRAMMING QUIZ

Quiz
•
University
20 questions
C Programming Assessment-1

Quiz
•
University
25 questions
GNIDOC ROUND 1

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
20 questions
C Quest 2.0

Quiz
•
University
16 questions
C-Extended

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade