Answer Posted / satish
if a variable is declared as volatile ,optimization is not
done regarding to that variable.If the value is modified
many number of times,each time CPU goes and reads from main
memory rather than cache memory.
The usage of this can be
understood clearly only at kernel level but not at
application level.
| Is This Answer Correct ? | 36 Yes | 2 No |
Post New Answer View All Answers
praagnovation
What are the types of bitwise operator?
What is define c?
Can the sizeof operator be used to tell the size of an array passed to a function?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
How can I recover the file name given an open stream or file descriptor?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
What is f'n in math?
Why & is used in c?
What are header files in c?
What is unsigned int in c?
write a progrmm in c language take user interface generate table using for loop?
string reverse using recursion
please send me the code for multiplying sparse matrix using c
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.