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 ?    46 Yes 7 No

Post New Answer

More C Interview Questions

Is main an identifier in c?

0 Answers  


What character terminates all strings composed of character arrays? 1) 0 2) . 3) END

3 Answers  


what is available in C language but not in C++?

10 Answers   CTS, TCS,


Dont ansi function prototypes render lint obsolete?

0 Answers  


Differentiate abs() function from fabs() function.

0 Answers  






What’s the special use of UNIONS?

0 Answers   ADP,


What is Lazy evaluation in C? Give an example.

1 Answers  


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

0 Answers  


what will be the output: main(){char ch;int a=10;printf("%d",ch);}

36 Answers   Accenture, TCS, Wipro,


What are the 5 types of organizational structures?

0 Answers  


application of static variables in real time

1 Answers   Bosch,


How can I find out how much free space is available on disk?

0 Answers  


Categories