Answer Posted / nashiinformaticssolutions
Memory can be dynamically allocated using functions like malloc(), calloc(), realloc(), and freed using free().
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is a constant pointer in C
What is memory leak in c?
Write a program to swap two numbers without using third variable?
How can I discover how many arguments a function was actually called with?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How do you convert strings to numbers in C?
Which are low level languages?
I heard that you have to include stdio.h before calling printf. Why?
How variables are declared in c?
Why header file is used in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Explain what are the different file extensions involved when programming in c?
Explain what is #line used for?
What language is c written?
what is the basis for selection of arrays or pointers as data structure in a program