State the difference between realloc and free.
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below int n=10; (n++)++; printf("%d",n);
What is a substring in c?
How can I change the size of the dynamically allocated array?
What is the size of a union variable?
Explain is it better to bitshift a value than to multiply by 2?
What is pointer to pointer in c language?
Where are some collections of useful code fragments and examples?
how many times of error occur in C
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }
What is methods in c?
What is volatile variable how do you declare it?