Can you please explain the difference between strcpy() and memcpy() function?


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

Post New Answer

More C Interview Questions

Can you apply link and association interchangeably?

0 Answers   InterGraph,


which one is highest Priority in c? a)=,b)+,c)++,d)==

4 Answers  


Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +

1 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


how to print a statement in c without use of console statement ,with the help of if statement it should print

2 Answers   Satyam,






How is a macro different from a function?

0 Answers   Tech Mahindra,


write a program to display numbers from 1 to 10 and 10 to 1?

2 Answers  


What are loops in c?

0 Answers  


what is const volatile?

2 Answers  


Differentiate between full, complete & perfect binary trees.

0 Answers  


Is flag a keyword in c?

0 Answers  


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


Categories