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

Here is a good puzzle: how do you write a program which produces its own source code as output?

0 Answers  


name the language for writing c compiler?

3 Answers   Microsoft,


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,


What are the two types of functions in c?

0 Answers  


What is your stream meaning?

0 Answers  






write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


How is a structure member accessed?

0 Answers  


how can we Declare a variable in c without defining it.

1 Answers   TCS,


1 232 34543 4567654 can anyone tell me how to slove this c question

6 Answers  


How to reverse a linked list

1 Answers   Aricent, Fidelity, IBM, TCS,


What is the use of getch ()?

0 Answers  


write a own function for strstr

1 Answers   LG Soft,


Categories