Q 13. What is output of below
program?
int main()
{
int i,j,k,count;
count=0;
for(i=0;i<5;i++)
{
for(j=0;j<5;j++)
{
count++;
}
1
printf("%d",count);
return 0;
}
a. 5
b. 10
C. 25
d. 50
WA
Answers
Answered by
0
d. 50
Answered by
0
Answer:
The answer is (d) 50
I THINK THAT THIS WILL HELP YOU
PLEASE MARK MY ANSWER AS BRAINLIST ANWER
Similar questions