write a Program to dispaly upto 100 prime numbers(without
using Arrays,Pointer)

Answer Posted / veda

pls explain me the logic of the code of printing n prime
numbers........

Is This Answer Correct ?    25 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to explain the final year project as a fresher please answer with sample project

472


Why malloc is faster than calloc?

593


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

1741


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

686


What is equivalent to ++i+++j?

644






What is the collection of communication lines and routers called?

614


What is the use of ?

627


Can a pointer be null?

566


How many bytes are occupied by near, far and huge pointers (dos)?

676


Explain what are linked list?

627


Explain indirection?

649


What are run-time errors?

601


Why does everyone say not to use scanf? What should I use instead?

682


Describe newline escape sequence with a sample program?

659


What is the difference between near, far and huge pointers?

629