Answer Posted / shenbagavalli
The volatile keyword is a type qualifier used to declare
that an object can be modified in the program by something
such as the operating system, the hardware, or a
concurrently executing thread.
Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How do you redirect a standard stream?
How can I remove the trailing spaces from a string?
What is a const pointer in c?
What is the difference between printf and scanf )?
How can I do graphics in c?
Is main is user defined function?
Can a void pointer point to a function?
If I have a char * variable pointing to the name of a function ..
What is equivalent to ++i+++j?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is a floating point in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Explain how can you check to see whether a symbol is defined?
ATM machine and railway reservation class/object diagram
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.