what is volatile in c language?

Answer Posted / bhagyaraj m c

Both 1 and 2 comments are correct.
Just simplifying this
"Recompute\Refresh every time when ever the volatile is
found."

Is This Answer Correct ?    19 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of pointer?

588


what are the advantages of a macro over a function?

648


Describe explain how arrays can be passed to a user defined function

606


How can you check to see whether a symbol is defined?

593


What are runtime error?

630






What is meant by type specifiers?

661


Is c language still used?

538


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

580


Who is the main contributor in designing the c language after dennis ritchie?

554


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

1864


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1382


Explain spaghetti programming?

684


What is cohesion in c?

543


What is difference between far and near pointers?

613


What is the explanation for cyclic nature of data types in c?

649