What is volatile in c language?

Answer Posted / venkata mahesh

compiler should not make any assumption about the variable
which declared as volatile.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are identifiers and keywords in c?

579


What are file streams?

574


How does placing some code lines between the comment symbol help in debugging the code?

550


What is meant by realloc()?

682


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1749






What is double pointer?

563


What is property type c?

609


What is wrong in this statement?

609


Is it possible to use curly brackets ({}) to enclose single line code in c program?

803


What is sizeof array?

619


What is calloc malloc realloc in c?

598


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

1679


What is the use of sizeof () in c?

565


What is the scope of static variables in c language?

634


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

1590