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
What is data types?
What is the stack in c?
What is structure data type in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Distinguish between actual and formal arguments.
What does 4d mean in c?
What is the value of uninitialized variable in c?
What are the advantages of c language?
What is variables in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is file in c preprocessor?
What are actual arguments?
how to count no of words,characters,lines in a paragraph.
What is the difference between struct and union in C?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.