Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
No Answer is Posted For this Question
Be the First to Post Answer
Define function pointers?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count
What is a pointer and how it is initialized?
What does static variable mean in c?
how to use showbits function?
biggest of two no's with out using if condition statement
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
What's the difference between calloc() and malloc()?
What is difference between constant pointer and constant variable?
How to find the usage of memory in a c program
Explain About fork()?
What is the advantage of c?