Computer Science, asked by priyaqueen91, 11 months ago

write the write a program to display the following series of number 197 9491 ​

Answers

Answered by amanpathak8833
1

Answer:

#include<stdio.h>

#include <conio.h>

void main ()

{

printf("197\t 9491");

getch();

}

Similar questions