What is meant by realloc()?


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

Post New Answer

More C Interview Questions

What is a nested formula?

0 Answers  


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }

20 Answers   Infosys,


what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it

5 Answers   DIT,


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,






What are the 5 elements of structure?

0 Answers  


write the program to find multiplication of 2-D matrix??????????

1 Answers  


What is c variable?

0 Answers  


What is echo in c programming?

0 Answers  


what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }

3 Answers  


Explain how can you check to see whether a symbol is defined?

0 Answers  


What is maximum size of array in c?

0 Answers  


Categories