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

PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

0 Answers  


what does data structure mean?

8 Answers  


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

0 Answers  


what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9

0 Answers  


What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.

11 Answers   TCS,






Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5

3 Answers  


Explain how many levels deep can include files be nested?

0 Answers  


how we do lcm of two no using c simple if while or for statement

1 Answers  


What is the method to save data in stack data structure type?

0 Answers  


write a program for egyptian fractions in c?

1 Answers   Satyam,


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


write a c program for swapping two strings using pointer

0 Answers  


Categories