8 lines
89 B
C++
8 lines
89 B
C++
|
|
|
|
void f()
|
|
{
|
|
char str[50];
|
|
for (i = 0; i < 100; i++)
|
|
str[i] = 0;
|
|
} |