What is the use of volatile?
No Answer is Posted For this Question
Be the First to Post Answer
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
what are the various memory handling mechanisms in C ?
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Derive the complexity expression for AVL tree?
Meaning of () in c
What is selection sort in c?
Explain what is the best way to comment out a section of code that contains comments?
int i; i=2; i++; if(i=4) { printf(i=4); } else { printf(i=3); } output of the program ?
Where we use clrscr in c?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
Write a program to check prime number in c programming?
character array A[12] can hold