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
What is register variable in c language?
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
What is the meaning of typedef struct in c?
Is main is user defined function?
What is sparse file?
What is #define size in c?
consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none
difference between c and c++?
What does %c do in c?
What is a rvalue?
write a program to convert a expression in polish notation (postfix) to inline (normal)
What is meant by inheritance?