How can you dynamically allocate memory in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Memory can be dynamically allocated using functions like malloc(), calloc(), realloc(), and freed using free().
| Is This Answer Correct ? | 0 Yes | 0 No |
Memory can be dynamically allocated using functions like malloc(), calloc(), realloc(), and freed using free().
| Is This Answer Correct ? | 0 Yes | 0 No |
What are structure members?
what is the use of macro program
what is the output of printf("%d",(scanf("%d",10));
What is a scope resolution operator in c?
What is abstract data structure in c?
Explain what is the difference between null and nul?
What is the use of a static variable in c?
what is the differance between pass by reference and pass by value.
Write a c code segment using a for loop that calculates and prints the sum of the even integers from 2 to 30, inclusive?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is the proper way of these job Tell me about there full work
What is pointer to pointer in c?