write the write a program to display the following series of number 197 9491
Answers
Answered by
1
Answer:
#include<stdio.h>
#include <conio.h>
void main ()
{
printf("197\t 9491");
getch();
}
Similar questions