i want to asked a question about c program the question is:
create a c program that displays all prime numbers less than
500? using looping statement
Answer Posted / vadivelt
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does %c do in c?
How do you define a string?
What is the use of getch ()?
In a switch statement, what will happen if a break statement is omitted?
What is the difference between single charater constant and string constant?
How a string is stored in c?
Why do we need functions in c?
What is the use of linkage in c language?
Can I initialize unions?
Why main is not a keyword in c?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Did c have any year 2000 problems?
diff between exptected result and requirement?
Why should I prototype a function?
How can I sort a linked list?