#include
void main( )
{
for(int M=10;M>5;M--)
printf(“%d\t%d\n”, M , M+M);
}
Answers
Answered by
1
Explanation:
I answered through image please mark as brainliest answer ♥️ please thank my answer please friend ❣️✌️❤️
Attachments:
Answered by
2
Answer:
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
Math,
2 months ago
Science,
2 months ago
Computer Science,
4 months ago
Math,
4 months ago
Psychology,
10 months ago
Science,
10 months ago