Computer Science, asked by shanmukasunny333, 10 months ago

What is the output of the following program?
#include <stdio.h>
int main()
{
char str10 = "PROcoders":
char str20 = {'P', 'R', 'O', 'c'. 'o'. 'd', 'e', 'T', 's'};
int n1 = sizeof(str1)/sizeof(str1[0]);
int n2 = sizeof(str2)/sizeof(str2[0]);
printf("n1 = %d. n2 = %d". n1, n2);
return 0
3
O n1 =9, n2 = 10
O n1=10,n2 = 9
n1= 9,n2 =9
n1=10,n2=10

Answers

Answered by padmagopinath250
1

Answer:

PROcoders

9 10

is the output

Answered by 7417541339
0

Answer:the

Explanation:

Similar questions