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 |
Why do we use namespace feature?
What are reserved words with a programming language?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
Do pointers need to be initialized?
What is the function of multilevel pointer in c?
can anyone please tell about the nested interrupts?
write a C code To reverse a linked list
How to draw the flowchart for structure programs?
about c language
1,1,5,17,61,217,?,?.
how can f be used for both float and double arguments in printf? Are not they different types?
What is enumerated data type in c?