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
India Languages,
5 months ago
Business Studies,
5 months ago
English,
5 months ago
Economy,
11 months ago
Math,
1 year ago