What is volatile in c language?
Answers were Sorted based on User's Feedback
Answer / venkata mahesh
compiler should not make any assumption about the variable
which declared as volatile.
| Is This Answer Correct ? | 8 Yes | 0 No |
code for quick sort?
Write a simple program to find the size of different basic data types in C.
what will be maximum number of comparisons when number of elements are given?
What is a structure in c language. how to initialise a structure in c?
Sir,please help me out with the output of this programme:- #include<stdio.h> #include<conio.h> void main() { int a=18,b=12,i; for(i=a<b?a:b;a%i||b%i;i--); printf("%d %d",i); }
write a program in c to print **** * * * * ****
Explain what is the best way to comment out a section of code that contains comments?
Why do we use c for the speed of light?
Can a program have two main functions?
What is the use of #include in c?
difference between function & structure
Explain how can I make sure that my program is the only one accessing a file?