Answer Posted / vadivel t
Volatile is one of the tpye qualifier in c. This qualifier
is used with the variable when the variable value is
expected to be changed by an external event(eg: system
clock, interrupt).
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is javascript written in c?
Is r written in c?
Can a file other than a .h file be included with #include?
Explain what math functions are available for integers? For floating point?
If null and 0 are equivalent as null pointer constants, which should I use?
What is output redirection?
How can you read a directory in a C program?
What is #line in c?
What is the advantage of a random access file?
Explain what is the general form of a c program?
When should a far pointer be used?
Why is c used in embedded systems?
What are the storage classes in C?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
Is c++ based on c?