What is the difference between malloc() and realloc()?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• malloc(): Allocates memory.
• realloc(): Resizes an already allocated memory block, preserving existing data if possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• malloc(): Allocates memory.
• realloc(): Resizes an already allocated memory block, preserving existing data if possible.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.
What is c system32 taskhostw exe?
What is modeling?
What does s c mean on snapchat?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What would be an example of a structure analogous to structure c?
Explain enumerated types.
related proverb of "dont count your chicken before it hatches"
what is the difference between #include<stdio.h> and #include "stdio.h" ?
What is c programming structure?
write a program to generate address labels using structures?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above