What is volatile variable how do you declare it?
No Answer is Posted For this Question
Be the First to Post Answer
How do we open a binary file in Read/Write mode in C?
What is the difference between volatile and const volatile?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain
What is the maximum length of an identifier?
Explain pointers in c programming?
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 print largest number of each row of a 2D array
Are the variables argc and argv are local to main?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Are there constructors in c?