What is the difference between strcpy() and memcpy() function in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }

1 Answers   Motorola,


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1 Answers   IBM,


What is c language in simple words?

0 Answers  


Explain how can I remove the trailing spaces from a string?

0 Answers  


What are c preprocessors?

0 Answers  


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?

6 Answers  


What is data types?

0 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


Concat two string with most overlapped substring has to remove  "abcd"+ "cdef" = "abcdef

6 Answers  


What is multidimensional arrays

0 Answers  


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


Categories