Where is volatile variable stored?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
Write a program to check armstrong number in c?
How can I swap two values without using a temporary?
What is a segmentation fault?
how can I convert a string to a number?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }
int x=sizeof(!5.856); What will value of variable x?
Why n++ execute faster than n+1 ?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
0 Answers Aspire, Infogain, TISL,
array contains zeros and ones as elements.we need to bring zeros one side and one other side in single parse. ex:a[]={0,0,1,0,1,1,0,0} o/p={0,0,0,0,0,1,1,1}
Write a c program using for loop in switch case?