write the program for prime numbers?
Answer Posted / avinash
#include<stdio.h>
main()
int 1
{
printf("enter a number");
scanf("%d",1)
}
printf("The number is a prime number");
else
printf("The number is not a prime number");
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is union and structure?
Can a pointer be null?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
how many key words availabel in c a) 28 b) 31 c) 32
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is a stream in c programming?
How can I do peek and poke in c?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
How can I find out the size of a file, prior to reading it in?
What is difference between constant pointer and constant variable?
What is keyword with example?
What does emoji p mean?
Is c weakly typed?
How many levels of pointers can you have?
Difference between exit() and _exit() function?