Vidyalelo
C Programming · Q28

Function

Programming · C Programming · question 28

Q28

What is the purpose of the 'volatile' keyword when used with a function in C?

A.
To make the function execute faster
B.
To specify that the function is unpredictable
C.
To optimize the function
D.
To indicate that the function may change external variables
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board