what is a non volatile key word in c language?

Answer Posted / vishnu

There is no non volatile key word in C.
we have volatile const
we have const
we have volatile key words.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

is it possible to create your own header files?

631


What are identifiers in c?

628


What are the types of type specifiers?

618


Where local variables are stored in c?

554


What is a program?

661






What is a spanning Tree?

950


What does stand for?

590


What is the difference between union and structure in c?

569


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

1587


How can I find out the size of a file, prior to reading it in?

616


Explain how do you declare an array that will hold more than 64kb of data?

899


What is bss in c?

596


what is the difference between 123 and 0123 in c?

716


Are the variables argc and argv are local to main?

784


What is a buffer in c?

570