What is the importance of c in your views?
No Answer is Posted For this Question
Be the First to Post Answer
which one is better structure or union?(other than the space occupied )
What's the best way to declare and define global variables?
Tell us two differences between new () and malloc ()?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is the use of the #include directive?
what are brk, sbrk?
Explain can static variables be declared in a header file?
Meaning of () in c
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Derive the complexity expression for AVL tree?
how many error occurs in C language ?
What is structure padding & expalain wid example what is bit wise structure?