|
Related Questions |
View Answer |
|
what is the difference between the functions memmove() and memcpy()?
|
View Answer
|
|
What’s wrong with this code?
Char*p *p=malloc(10);
|
View Answer
|
|
What’s wrong with this code?
Char*p *p=malloc(10);
|
View Answer
|
|
What is the difference between new/delete and malloc/free?
|
View Answer
|
|
Difference between malloc and calloc?
|
View Answer
|
|
Difference between calloc() and malloc()?
|
View Answer
|
|
when memory will be created after defining in c and c++;
|
View Answer
|
|
Why do we need to test weather it is memory leak or not?
How are we going to know that?
|
View Answer
|
|
when should the volatile modifier be used?
|
View Answer
|
|
Is it better to use malloc() or calloc()?
|
View Answer
|
|
What is the heap?
|
View Answer
|
|
How can you determine the size of an allocated portion of memory?
|
View Answer
|
|
What are advantages and disadvantages of external storage class?
|
View Answer
|
|
What is static memory allocation and dynamic memory allocation?
|
View Answer
|
|
What is the purpose of realloc( )?
|
View Answer
|