What is volatile keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What should not contain a header file?
#define f(x) main() { printf("\n%d",f(2+2)); }
what is used instead of pointers in java than c?
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
Explain Doubly Linked Lists?
What is Bitwise Operator and how it works?
How to delete a node from linked list w/o using collectons?
How to implement variable argument functions ?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
HOW DO YOU HANDLE EXCEPTIONS IN C?
What are local variables c?