what is volatile in c language?

Answer Posted / lingaraj a

The programmer just give inform to compiler the value of
variable will change at any time without any action being by
program. The change will be made by hardware or external source.

Is This Answer Correct ?    6 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

819


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

651


What is pointer to pointer in c with example?

556


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4183


What is array within structure?

593






How can I prevent another program from modifying part of a file that I am modifying?

618


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

770


Difference between Shallow copy and Deep copy?

1578


What are the different types of objects used in c?

583


What is New modifiers?

677


Why c is called top down?

636


Explain what are preprocessor directives?

634


Between macros and functions,which is better to use and why?

1576


Why we use stdio h in c?

592


cavium networks written test pattern ..

3600