Computer Science, asked by koushalyaab23609, 4 months ago

#include
void main( )
{
for(int M=10;M>5;M--)
printf(“%d\t%d\n”, M , M+M);
}

Answers

Answered by cutebrainlystar
1

Explanation:

I answered through image please mark as brainliest answer ♥️ please thank my answer please friend ❣️✌️❤️

Attachments:
Answered by Anonymous
2

Answer:

\huge\bf\pink{ąŋʂῳɛr }

Explanation:

C Programming Mock Test - Tutorialspoint

#include<stdio.h> main() { int const a = 5; a++; printf(“%d”,a); } ... #include<stdio.h> void swap( int m, int n) { int x = m; m = n; n = x; } main() ...

Similar questions