What is an volatile variable?

Answer Posted / mahendra giri

volatile variable is that which we can't change during
program execution tome

Is This Answer Correct ?    2 Yes 35 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many main () function we can have in a project?

608


What are the features of the c language?

640


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1672


Explain 'far' and 'near' pointers in c.

702


State the difference between x3 and x[3].

648






what is the difference between 123 and 0123 in c?

716


How can I recover the file name given an open stream or file descriptor?

590


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

802


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1196


What is a double c?

586


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

582


What is indirection? How many levels of pointers can you have?

655


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

719


How is a null pointer different from a dangling pointer?

555


What are loops in c?

545