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 |
In which header file is the null macro defined?
What does %d do?
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is meaning of tree
What is pragma in c?
How can I avoid the abort, retry, fail messages?
write a program which will count occurance of a day between two dates.
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
How many types of functions are there in c?
Explain #pragma statements.
Write a code to generate divisors of an integer?