what is a non volatile key word in c language?



what is a non volatile key word in c language?..

Answer / 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

More C Interview Questions

What is the difference b/w Structure & Class?

3 Answers  


int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


What is difference between structure and union in c programming?

0 Answers  


I have a varargs function which accepts a float parameter?

0 Answers  


WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *

3 Answers   Infosys, TCS,






what is Array?

3 Answers  


what is d pitfalls of registers variables

3 Answers   TCS,


What is s in c?

0 Answers  


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

0 Answers   TCS,


How do you list a file’s date and time?

0 Answers  


Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?

2 Answers   ME, Synfusion, Wipro,


What does void main () mean?

0 Answers  


Categories