Computer Science, asked by rajnandinip19, 1 month ago

Determine output:
(C04, level - 4)
#include<stdio.h>
#include<string.h>
int main()
{
char strl = "India\o\HII\0";
printf("%d\n", strlen(str));
return 0;
}
a. 5
b. 10
C. 6
d. 15​

Answers

Answered by letscrack27
1

Answer:

10

Explanation:

i think the output will be 10.

Similar questions