State the difference between realloc and free.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is call by value and call by reference

4 Answers  


what are enumerations in C

0 Answers   TCS,


application of static variables in real time

1 Answers   Bosch,


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


what r the cpu registers r ther?

1 Answers  






Write a program to swap two numbers without using third variable in c?

0 Answers  


prog for 1st five prime numbers in 2^x - 1

0 Answers  


main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 Answers   Vector, Vector India,


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


What header files do I need in order to define the standard library functions I use?

0 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  


what is dangling pointer?

1 Answers   LG Soft,


Categories