Do you know the difference between malloc() and calloc() function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the maximum limit of row and column of a matrix in c programming. in linux .
What is the real time usage volatile?
What is %lu in c?
Are the outer parentheses in return statements really optional?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What are nested functions in c?
What is meant by preprocessor in c?
Why does the call char scanf work?
Is c procedural or functional?
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 is a buffer in c?
What are local static variables? How can you use them?