Answer Posted / 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 |
Post New Answer View All Answers
What Is The Difference Between Null And Void Pointer?
When do we get logical errors?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What are the benefits of c language?
Why does this code crash?
Can you write a programmer for FACTORIAL using recursion?
What is mean by data types in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the heap in c?
Why & is used in scanf in c?
What is the use of header?
How can I direct output to the printer?
Why is main function so important?
What are called c variables?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?