give the output
#include<stdio.h>
void main( )
{
for(int M=10;M>5;M--)
printf(“%d\t%d\n”, M , M+M);
}
Answers
Answered by
0
Answer:
give the output
#include<stdio.h>
void main( )
{
for(int M=10;M>5;M--)
printf(“%d\t%d\n”, M , M+M);
}
Similar questions
Science,
2 months ago
English,
2 months ago
Computer Science,
2 months ago
Science,
4 months ago
Sociology,
4 months ago
Math,
10 months ago
English,
10 months ago
Social Sciences,
10 months ago