hi everyone!
this is the syntax of a memcpy as i know: void *memcpy( void *var, const void *var1, size_t count );
Here both var and var1 are arrays.
So instead of var1 can we use a structure. I mean to say can i copy all the fields of a structure to an array using memcpy?
Can any one help me please?
With regards,
Bookmarks