#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
Social Sciences,
2 months ago
English,
2 months ago
Math,
2 months ago
Computer Science,
5 months ago
Math,
5 months ago
Psychology,
11 months ago
Science,
11 months ago