Can you please explain the difference between strcpy() and memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
what is computer
What is structure padding in c?
what is calloc and malloc?
What is array of structure in c?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
how to use enum datatype?Please explain me?
What are the uses of null pointers?
Write a program which returns the first non repetitive character in the string?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
Explain what is wrong with this program statement? Void = 10;
wat are the two methods for swapping two numbers without using temp variable??
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?