/* Write a C program to generate all the prime numbers between 1 and n, where n is a value supplied by the user. */
#include <stdio.h>
void main()
{
int no,counter,counter1,check;
clrscr();
For more Click
#include <stdio.h>
void main()
{
int no,counter,counter1,check;
clrscr();
For more Click
0 comments:
Post a Comment