How can you dynamically allocate memory in C?

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


Please Help Members By Posting Answers For Below Questions

what is a constant pointer in C

854


What is memory leak in c?

833


Write a program to swap two numbers without using third variable?

1026


How can I discover how many arguments a function was actually called with?

816


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3408






How do you convert strings to numbers in C?

901


Which are low level languages?

823


I heard that you have to include stdio.h before calling printf. Why?

796


How variables are declared in c?

757


Why header file is used in c?

748


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

833


Explain what are the different file extensions involved when programming in c?

822


Explain what is #line used for?

779


What language is c written?

735


what is the basis for selection of arrays or pointers as data structure in a program

4021