how would i reset an char temp [30] array back to empty

for instance, after a loop it has some string stored in it. i want to clear it.
i could do it manually by going through a loop and setting each of its elements to 0 ascii
but too annoying. is there like a built in function for that.
thanks