What is Dynamic memory allocation in C? Name the dynamic allocation functions.
To allocate memory dynamically, library functions are malloc() , calloc() , realloc() and free() are used. ... These functions are defined in the <stdlib. h> header file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the code for 3 questions and answer check in VisualBasic.Net?
12345 1234 123 12 1
Are pointers integers in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Can you think of a way when a program crashed before reaching main? If yes how?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
where do we use volatile keyword?
Why we use int main and void main?
Write a program for print infinite numbers
What is the size of enum in bytes?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Who is invented by c?