Computer Science, asked by laxmikishorpurohit, 11 months ago

write a program 111 22 3​

Answers

Answered by patilvipul244
0

Answer:

#include<stdio.h>

#include<conio.h>

void main()

{

printf("111 22 3");

}

Explanation:

Similar questions