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
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is %d used for?
What is main () in c?
How do I send escape sequences to control a terminal or other device?
What is scope of variable in c?
What is the purpose of main( ) in c language?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Write a Program to accept different goods with the number, price and date of purchase and display them
Why c is procedure oriented?
Linked lists -- can you tell me how to check whether a linked list is circular?
Explain zero based addressing.
Who is the main contributor in designing the c language after dennis ritchie?
Why is it that not all header files are declared in every C program?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Explain the use of 'auto' keyword in c programming?