Write a program to print prime nums from 1-20 using c
programing?
Answer Posted / musa
#include <stdio.h>
main(){
printf("2 5 7 11 13 17 19");
}
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
Is printf a keyword?
What are header files why are they important?
What is c system32 taskhostw exe?
What’s a signal? Explain what do I use signals for?
i have a written test for microland please give me test pattern
Define the scope of static variables.
define string ?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
Is fortran faster than c?
Why is python slower than c?
If fflush wont work, what can I use to flush input?
I have a varargs function which accepts a float parameter?
What is optimization in c?
What is nested structure?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?