How do I empty all the values inside a variable char array[256];
?
I tried a for loop assigning an empty value at each iteration, but it doesn't compile.
How do I empty all the values inside a variable I tried a for loop assigning an empty value at each iteration, but it doesn't compile. |
|||||||||
|
|
|||
|
There is a single-line command you can use:
|
|||||||||||||
|