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 does the c in ctime mean?
What does calloc stand for?
write a fuction for accepting and replacing lowercase letter to'Z' with out using inline function.
FILE PROGRAMMING
How can you return multiple values from a function?
const char * char * const What is the differnce between the above tow?.
What is meant by 'bit masking'?
What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
what is data structure
Find greatest of two numbers using macro