Computer Science, asked by aryanpal292, 2 months ago

What is the output?
void func(char* str, int index)
{
str[index+4)="0";
}
int main()
{
int count = 0;
char str[] = "zohoTesting":
for(int i = strlen(str);i>0;1/=4)
{
func(str, i);
}
printf("%d", strlen(str));
return 0;
}​

Answers

Answered by nstarbhardwaj
0

Answer:

the amount that a person or machine produces

Attachments:
Similar questions