Answer Posted / sathish kumar
Hi All,
If you use alloca inside a function when it retuns from
function it will be resulting in memory leak. Thats why
its discouraged to use.
Thanks & Regards
Sathish Kumar
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
Explain what are multibyte characters?
What is function prototype?
Do you know the use of fflush() function?
What do you mean by invalid pointer arithmetic?
What is union in c?
What are the 5 types of organizational structures?
How many types of arrays are there in c?
When should volatile modifier be used?
Where local variables are stored in c?
How reliable are floating-point comparisons?
What does c mean in standard form?
When c language was developed?
What is difference between Structure and Unions?
Is there a way to switch on strings?
Can we declare a function inside a function in c?