Computer Science, asked by chandanaupadhaya, 7 months ago

wap to display 1 22 333 4444​

Answers

Answered by connecttopraiselin14
0

Answer:

#include <stdio.h> 

#define DO_YOUR_HOMEWORK 0 

 

int main(int argc, char* argv[]) 

int x = argc / argc; 

printf("(%d %d %d %d)", x, x * 22, x * 333, x * 4444); 

return DO_YOUR_HOMEWORK; 

It is very easy, isn’t it?

Mark me brainliest

Similar questions