write a Program to dispaly upto 100 prime numbers(without
using Arrays,Pointer)
Answer Posted / gurpreet
pls explain me the logic of the code of printing n prime
numbers........
plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz..................................
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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.
regarding pointers concept
Explain what are header files and explain what are its uses in c programming?
Why is structure important for a child?
what is recursion in C
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is the difference between ++a and a++?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Can you write the function prototype, definition and mention the other requirements.
Why flag is used in c?
Where we use clrscr in c?
Explain the use of #pragma exit?
What are the rules for identifiers in c?
What are the complete rules for header file searching?
What is pass by reference in functions?