What is realloc in c?


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

Post New Answer

More C Interview Questions

write a program which counts a product of array elements lower than 10.

1 Answers  


Explain about the constants which help in debugging?

0 Answers  


Differentiate between calloc and malloc.

0 Answers   Wipro,


logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............

2 Answers   Infosys,


What is this pointer in c plus plus?

0 Answers  






write a program to find out prime number using sieve case?

0 Answers   HCL,


which one is highest Priority in c? a)=,b)+,c)++,d)==

4 Answers  


Should a function contain a return statement if it does not return a value?

0 Answers  


What is d'n in c?

0 Answers  


Explain can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


Why is c not oop?

0 Answers  


Categories