what is volatile in c language?
Answer Posted / justin arokiaraj.r
Volatile is used for direct memory access.it can be updated by both hardware and software .so unused volatile will not be optimized in compilation
.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is the code in while loop that returns the output of given code?
What do you mean by keywords in c?
In c programming language, how many parameters can be passed to a function ?
Explain main function in c?
What is wrong with this initialization?
What are the types of pointers in c?
What is the difference between procedural and functional programming?
Explain what is the difference between null and nul?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Write a program with dynamically allocation of variable.
Where register variables are stored in c?
What are the different types of constants?
Where static variables are stored in memory in c?
What is meant by int main ()?