What is an volatile variable?

Answer Posted / agung bakhtiar

A volatile variable is the one whose values may be changed at any time by some external sources

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are bus errors, memory faults, and core dumps?

1035


Explain how do you determine a file’s attributes?

831


What is the explanation for prototype function in c?

765


What is ctrl c called?

797


What's the difference between constant char *p and char * constant p?

910


code for find determinent of amatrix

1746


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1718


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

1782


What is actual argument?

845


Create a simple code fragment that will swap the values of two variables num1 and num2.

1062


What is strcmp in c?

761


What is function prototype in c language?

824


What are structure types in C?

882


What is meant by operator precedence?

886


When a c file is executed there are many files that are automatically opened what are they files?

832