Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
Answer Posted / tejraj
51
| Is This Answer Correct ? | 46 Yes | 7 No |
Post New Answer View All Answers
Is c is a procedural language?
What is return type in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
In c language can we compile a program without main() function?
What is the difference between struct and union in C?
What is the use of ?: Operator?
What is a newline escape sequence?
Write a program to print ASCII code for a given digit.
Explain how can you tell whether a program was compiled using c versus c++?
What is structure in c explain with example?
What is static volatile in c?
Explain what is the best way to comment out a section of code that contains comments?
What is this pointer in c plus plus?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Was 2000 a leap year?