Answer Posted / vignesh1988i
volatile keyword is a one in which assigns some garbage
value to the variables declared with this keyword..........
before assigning some values by the user to the variables.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What does 4d mean in c?
When c language was developed?
What is the significance of scope resolution operator?
How do I get a null pointer in my programs?
Explain what is the difference between far and near ?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
Can variables be declared anywhere in c?
Which header file is essential for using strcmp function?
How pointer is different from array?
What do you mean by dynamic memory allocation in c? What functions are used?
What is ctrl c called?
What is static memory allocation?
How can you increase the size of a dynamically allocated array?
Explain why c is faster than c++?
How can I get random integers in a certain range?