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

console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

0 Answers  


1 1 12 21 123 321 12344231 how i creat it with for loop??

1 Answers  


Explain how do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


How many levels of indirection in pointers can you have in a single declaration?

0 Answers   Agilent, ZS Associates,






which operator having highest precedence? a.)+ b.)++ c.)= d.)%

4 Answers  


what is the use of fflush() function?

2 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,


What is malloc return c?

0 Answers  


What is the argument of a function in c?

0 Answers  


Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..

2 Answers  


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


Categories