Computer Science, asked by naveenprabakaran2002, 1 month ago

What is the output of the following program?#include<stdio.h> main() { char s[20] = "Hello\0Hi"; printf("%d %d", strlen(s), sizeof(s)); } *

A. 5 9

B. 7 20

C. 5 20

D. 8 20​

Answers

Answered by varunsaiandra
0

Answer:

b

Explanation:

Similar questions