In how much time you will write this c program?
Prime nos from 1 to 1000
Answer Posted / payal
take time more than finding one prime
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can a variable be both static and volatile in c?
Explain what is a const pointer?
Are the outer parentheses in return statements really optional?
Explain how can you be sure that a program follows the ansi c standard?
How do you generate random numbers in C?
I came across some code that puts a (void) cast before each call to printf. Why?
What is the use of bit field?
Explain what is the difference between far and near ?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
What is structure padding in c?
Why is c called "mother" language?
What is a pointer variable in c language?
Is c is a middle level language?
How to create struct variables?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?