How can you dynamically allocate memory in C?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
Memory can be dynamically allocated using functions like malloc(), calloc(), realloc(), and freed using free().
Is This Answer Correct ? | 0 Yes | 0 No |
Memory can be dynamically allocated using functions like malloc(), calloc(), realloc(), and freed using free().
Is This Answer Correct ? | 0 Yes | 0 No |
How do you initialize pointer variables?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is strcmp in c?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
What do you mean by a local block?
What is clrscr in c?
Do pointers store the address of value or the actual value of a variable?
Write a program that receives as input a number omaadel-n-print, four digits.
difference between malloc and calloc
How can I sort more data than will fit in memory?
Why do we use & in c?