Explain the difference between strcpy() and memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to interchange the value between two variable without using loop
what is ans for this scanf(%%d",c);
Explain the difference between #include "..." And #include <...> In c?
What is bash c?
Explain the bubble sort algorithm.
what does data structure mean?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
What is pointer to pointer in c?
code for inverse a matrix
What are the different categories of functions in c?
how would a 4*3 array A[4][3] stored in Row Major Order?
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4