Tagged Questions
0
votes
4answers
92 views
memset + whitespace + memcpy
How can i set a character array say of size 100 to whitespace and then copy 10 charters to that same string from other.
For example:
there is one char array a[100]
To do : set all of it to ...