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
Is flag a keyword in c?
Are local variables initialized to zero by default in c?
Write a program to swap two numbers without using the third variable?
Explain union. What are its advantages?
What standard functions are available to manipulate strings?
What is storage class?
What does dm mean sexually?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What is wrong with this program statement? void = 10;
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
difference between native and cross compilers
What is the difference between #include
#include
Can you please explain the difference between strcpy() and memcpy() function?
What is meant by inheritance?