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
Why c is called object oriented language?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is struct node in c?
Explain is it better to bitshift a value than to multiply by 2?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Can a file other than a .h file be included with #include?
Explain how do you determine a file’s attributes?
Differentiate between new and malloc(), delete and free() ?
What are the types of c language?
what is a function method?give example?
What does node * mean?
What is size of union in c?
Explain how does free() know explain how much memory to release?
How do you search data in a data file using random access method?
What is pass by reference in functions?