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

Is calloc better than malloc?

0 Answers  


Why does everyone say not to use gets?

0 Answers  


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


Define the scope of static variables.

0 Answers  






Can we declare variable anywhere in c?

0 Answers  


What is a newline escape sequence?

0 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


how to implement stack operation using singly linked list

2 Answers  


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


Is javascript based on c?

0 Answers  


Categories