Can you please explain the difference between strcpy() and memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
Why do some versions of toupper act strangely if given an upper-case letter?
Not all reserved words are written in lowercase. TRUE or FALSE?
whats the use of header file in c?
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
What is the difference between i++ and i+1 ?(in terms of memory)
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.
how to make program without <> in libray.
Why do we use pointer to pointer in c?
Explain pointers in c programming?
When should volatile modifier be used?
Why c is called free form language?