what is volatile in c language?
Answer Posted / hareesha chikkapattanager parv
It is nothing but telling to compiler that this variable
will change its value at anytime by hard or outside the
controll of the program and compiler should not make any
assumption or optimize about this variable.
| Is This Answer Correct ? | 46 Yes | 5 No |
Post New Answer View All Answers
What is header file in c?
Describe static function with its usage?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What is a far pointer in c?
What does the c preprocessor do?
Explain about the functions strcat() and strcmp()?
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)
What are c identifiers?
Can you write the function prototype, definition and mention the other requirements.
what are the 10 different models of writing an addition program in C language?
what is ur strangth & weekness
What do you mean by c what are the main characteristics of c language?
What are valid operations on pointers?
what is the syallabus of computer science students in group- 1?
What is wild pointer in c with example?