In how much time you will write this c program?
Prime nos from 1 to 1000
Answer Posted / thunder
time taken for finding one prime is equal to finding 1 to 1000
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why do we need arrays in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What are register variables? What are the advantage of using register variables?
What is the purpose of macro in C language?
What is a nested loop?
What are 3 types of structures?
What would be an example of a structure analogous to structure c?
When should you use a type cast?
Why is structure padding done in c?
What is the difference between a free-standing and a hosted environment?
Can a file other than a .h file be included with #include?
what do you mean by enumeration constant?
State the difference between x3 and x[3].
What is the advantage of using #define to declare a constant?