What is alloca() and why is its use discouraged?
Answer / guest
alloca() allocates memory which is automatically freed when
the function which called alloca() returns. alloca() cannot
be written portably, is difficult to implement on machines
without a stack, and fails under certain conditions if
implemented simply.
| Is This Answer Correct ? | 5 Yes | 0 No |
Is there any demerits of using pointer?
What is the difference between text and binary modes?
give one ip, find out which contry
How can a program be made to print the line number where an error occurs?
no consistent academics. how to answer the question
When is a “switch” statement preferable over an “if” statement?
about c language
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain 'bus error'?
what are the static variables
8 Answers HCL, iFlex, TCS, Wipro,
Can you assign a different address to an array tag?