What is the purpose of realloc()?


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

Post New Answer

More C Interview Questions

EXPLAIN #INCLUDE<STDIO.H> EXPLAIN #INCLUDE<CONIO.H>

4 Answers  


how to swap two nubers by using a function with pointers?

1 Answers  


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


What is masking?

0 Answers  






why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

0 Answers  


Why we use conio h in c?

0 Answers  


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

0 Answers   Wipro,


What is wrong with this code?

0 Answers  


what is computer

4 Answers  


How can a program be made to print the name of a source file where an error occurs?

0 Answers  


Categories