What is the difference between volatile and const volatile?
No Answer is Posted For this Question
Be the First to Post Answer
Why use int main instead of void main?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Explain what is a pragma?
write a c program to find biggest of 3 number without relational operator?
what is output of the following statetment?Printf(“%x”, -1<<4); ?
What is bss in c?
what are the stoge class in C and tel the scope and life time of it?
What is file in c language?
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
Differentiate between a for loop and a while loop? What are it uses?
What's wrong with "char *p; *p = malloc(10);"?