What are volatile variables?
Answer / manoj
Volatile variable will be used when we are dealing with
external memory, external device and interrupt service
routine. In these situation if some variable needs update
or gets update without user knowledge in that case variable
should be declared as VOLATILE. otherwise we may loose
these update.
| Is This Answer Correct ? | 8 Yes | 1 No |
Is return a keyword in c?
Explain the difference between call by value and call by reference in c language?
What is the use of f in c?
Explain how can I right-justify a string?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
write the program for maximum of the following numbers? 122,198,290,71,143,325,98
What is the difference b/w Structure & Union?
write a program to display the frequency of each element in a given array in c language
How can you tell whether two strings are the same?
Explain how can you avoid including a header more than once?