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 |
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
which of 'arrays' or 'pointers' are faster?
why we use pointer in c
Was 2000 a leap year?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
How pointer is benefit for design a data structure algorithm?
how the size of an integer is decided? - is it based on processor or compiler or OS?
19 Answers HCL, JPR, Microsoft, nvidia,
Can a program have two main functions?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
what is the disadvantage of using macros?
what is a constant pointer in C
can i know the source code for reversing a linked list with out using a temporary variable?