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
Explain what are bus errors, memory faults, and core dumps?
Explain how do you determine a file’s attributes?
What is the explanation for prototype function in c?
What is ctrl c called?
What's the difference between constant char *p and char * constant p?
code for find determinent of amatrix
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.
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.
What is actual argument?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is strcmp in c?
What is function prototype in c language?
What are structure types in C?
What is meant by operator precedence?
When a c file is executed there are many files that are automatically opened what are they files?