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

how can i calculate mean,median,mode by using c program

1 Answers   HCL,


5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.

0 Answers  


What 'lex' does?

0 Answers   Tech Mahindra,


Explain what are multidimensional arrays?

0 Answers  


What is a pointer in c?

0 Answers  






can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

12 Answers   NetApp,


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


What is wild pointer in c?

0 Answers  


Is c call by value?

0 Answers  


explain what is a newline escape sequence?

0 Answers  


What are operators in c?

0 Answers  


Categories