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 |
How does placing some code lines between the comment symbol help in debugging the code?
What is the easiest sorting method to use?
What are the types of data structures in c?
difference between loading and linking
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
how to do in place reversal of a linked list(singly or doubly)?
Is c weakly typed?
Read two numbers from keyboard and find maximum of them?
What is structure padding and packing in c?
What is the difference between typedef struct and struct?
SRUCTURE PROGRAMMING
What do you mean by scope of a variable in c?