Answer Posted / guest
loops are used at times when we need to repeatedly check a
condion or during in situations when we need to execute
statements again and again as we need.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what do the 'c' and 'v' in argc and argv stand for?
How to Throw some light on the splay trees?
Explain what is wrong with this program statement?
What is union and structure?
Why is c called c not d or e?
What is the difference between typedef struct and struct?
What is a program?
What is the right way to use errno?
What is use of #include in c?
Are there constructors in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Explain what are multidimensional arrays?
What are enums in c?
Explain how can I write functions that take a variable number of arguments?
How many main () function we can have in a project?