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
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
What are the restrictions of a modulus operator?
What is dynamic dispatch in c++?
What are loops in c?
simple program of graphics and their output display
praagnovation
What is the acronym for ansi?
Can include files be nested? How many levels deep can include files be nested?
Why dont c comments nest?
What is class and object in c?
regarding pointers concept
What is pre-emptive data structure and explain it with example?
Why is event driven programming or procedural programming, better within specific scenario?
What is the size of structure in c?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?