Question: i tried but it has many error, Can anyone fix this #include int main() { int n, i = 3, count, c; printf(Enter the value

i tried but it has many error, Can anyone fix this #includei tried but it has many error, Can anyone fix this

#include int main() { int n, i = 3, count, c; printf("Enter the value of n: "); scanf("%d",&n); if ( n >= 1 ) { printf("First %d prime numbers are: ",n); printf("2 "); } for ( count = 2 ; count

2) Wrte a C program named as "prim numbers. The value of n is input by user. me.sh" to display first n prime Sample output: Scc o prime prime.c $./prime Enter the value of n: 3 First 3 prime numbers are: 23 5 $./prime Enter the value of n: 6 First 3 prime numbers are: 2 357 11 13

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!