How would you use the functions memcpy(), memset(), memmove()?
No Answer is Posted For this Question
Be the First to Post Answer
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
Can we declare destructor as static? Explain?
Does c++ have finally?
What is c++ map?
What is data type in c++?
What is the difference between "calloc" and "malloc"?
What is the purpose of the "delete" operator?
How many ways can a variable be initialized into in C++?
When does the c++ compiler create temporary variables?
What is the difference between while and do while loop? Explain with examples.
What will happen if a pointer is deleted twice?
Explain what happens when a pointer is deleted twice?