Write a program to print prime nums from 1-20 using c
programing?
Answer Posted / ricky dobriyal
sorry for above output mistake:
output :1 2 5 7 11 13 17 19
| Is This Answer Correct ? | 21 Yes | 17 No |
Post New Answer View All Answers
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is call by value in c?
What is the difference between pure virtual function and virtual function?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Can a local variable be volatile in c?
Describe newline escape sequence with a sample program?
what are the 10 different models of writing an addition program in C language?
Explain the term printf() and scanf() used in c language?
Create a simple code fragment that will swap the values of two variables num1 and num2.
List some of the static data structures in C?
Do array subscripts always start with zero?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Explain the ternary tree?
Why should I prototype a function?
explain how do you use macro?