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
0
Answer:
the amount that a person or machine produces
Attachments:
Similar questions
English,
1 month ago
Social Sciences,
1 month ago
Math,
2 months ago
Math,
2 months ago
Math,
9 months ago