Computer Science, asked by mirha42, 2 months ago

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 goudsuresh345
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