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 NULL pointer?
How can a program be made to print the line number where an error occurs?
If I have a char * variable pointing to the name of a function ..
When should the register modifier be used? Does it really help?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is a program flowchart?
Can we initialize extern variable in c?
In a switch statement, explain what will happen if a break statement is omitted?
What are the header files used in c language?
Explain how do you generate random numbers in c?
I heard that you have to include stdio.h before calling printf. Why?
What is getch () for?
What is the difference between text and binary i/o?
Differentiate between a for loop and a while loop? What are it uses?
What is the use of static variable in c?