what is the difference between strcpy() and memcpy() function?
Answers were Sorted based on User's Feedback
Answer / manoj
memcpy can copy null bytes also if the size of memory is
given
strcpy stops after the first null byte.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vinoth kumar
strcpy copies the data from one string to another...
memcpy copies the data's memory...
| Is This Answer Correct ? | 2 Yes | 3 No |
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
Write a program in c using only loops to print * * * * * *******
what is the difference between exit() and _exit() functions?
an algorithem for the implementation of circular doubly linked list
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Difference between for loop and while loop?
if we take a number as a char then can we manipulate(add, subtract) on this number
What are the different flags in C? And how they are useful? And give example for each in different consequences?
How do you write a program which produces its own source code as output?
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?
Where static variables are stored in c?