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


Please Help Members By Posting Answers For Below Questions

What does volatile do?

567


What is a newline escape sequence?

665


Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?

3056


What are multidimensional arrays?

656


Can math operations be performed on a void pointer?

589






Explain the array representation of a binary tree in C.

728


What is a rvalue?

751


what is the different bitween abap and abap-hr?

1743


Explain what does the format %10.2 mean when included in a printf statement?

782


What is volatile keyword in c?

583


how to introdu5ce my self in serco

1521


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

725


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1358


What are c preprocessors?

679


What is break statement?

633