Write a program to generate the first n terms in the series --- 9,11,20,31,...,82



Write a program to generate the first n terms in the series --- 9,11,20,31,...,82..

Answer / tejraj

51

Is This Answer Correct ?    45 Yes 7 No

Post New Answer

More C Interview Questions

What is the difference between pure virtual function and virtual function?

0 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


What are the types of type specifiers?

0 Answers  


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  






What is extern variable in c with example?

0 Answers  


Write a program to swap two numbers without using the third variable?

0 Answers  


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


What is pointer to pointer in c with example?

0 Answers  


What is the sizeof () a pointer?

0 Answers  


What are the disadvantages of external storage class?

0 Answers  


what does ‘segmentation violation’ mean?

1 Answers  


Categories