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 |
What is multidimensional arrays
write a programming in c language, 1 3 5 7 9 11
Explain how can you tell whether two strings are the same?
WHAT IS INT?
Explain the process of converting a Tree into a Binary Tree.
What will be your course of action for a push operation?
Can the “if” function be used in comparing strings?
What is function pointer c?
How Many Header Files in c?
What are reserved words with a programming language?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********