State the difference between realloc and free.
No Answer is Posted For this Question
Be the First to Post Answer
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
What is the proper way of these job Tell me about there full work
Explain how can I manipulate strings of multibyte characters?
Are the variables argc and argv are local to main?
how to find binary of number?
What is sizeof in c?
what is the difference between procedure oriented and object oriented progaming language
What is c system32 taskhostw exe?
What is c language and why we use it?
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
differnce between do and do while
What is an lvalue?