what is volatile in c language?
Answer Posted / greg
Volatile is a storage class that indicates that the
compiler should not perform any optimization on the
variable.
| Is This Answer Correct ? | 4 Yes | 8 No |
Post New Answer View All Answers
please explain every phase in the "SDLC" in the dotnet.
Which is best linux os?
Is this program statement valid? INT = 10.50;
Is it better to use a macro or a function?
What is a good data structure to use for storing lines of text?
What is the difference between break and continue?
How do I read the arrow keys? What about function keys?
What are the types of pointers in c?
What is c system32 taskhostw exe?
What is the difference between text and binary i/o?
How many parameters should a function have?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
Write a program to print “hello world” without using semicolon?
What are the disadvantages of external storage class?
Explain what are multibyte characters?