What is the use of keyword VOLATILE in C?
Answer / pawan
It prevent the (pseudo)compiler from applying any
optimizations on the code
| Is This Answer Correct ? | 2 Yes | 2 No |
What is an array? What the different types of arrays in c?
what is the flow of execution in cprogram? ex:printf();,scanf();
WHAT IS HEADER?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
Write a code to remove duplicates in a string.
which is faster execution: loops or recursion?
What is bash c?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is declaration and definition in c?
what is the difference between #include<> and #include”…”?
What is use of integral promotions in c?
how to find sum of 5 digits in C?