what is the use of keyword volatile??

Answer Posted / vignesh1988i

volatile keyword is a one in which assigns some garbage
value to the variables declared with this keyword..........
before assigning some values by the user to the variables.

Is This Answer Correct ?    4 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

1449


Lists the benefits of c programming language?

590


Why do we use header files in c?

573


Is c is a middle level language?

593


define string ?

662






What are the two types of structure?

569


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

904


How is a pointer variable declared?

588


pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)

2197


What is static memory allocation?

599


Is malloc memset faster than calloc?

609


Explain what is the difference between far and near ?

649


What is a ternary operator in c?

646


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

727


How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?

573