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

Explain what are bus errors, memory faults, and core dumps?

0 Answers  


1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file

1 Answers  


What is the concatenation operator?

0 Answers  


What's the right way to use errno?

0 Answers  


What are bit fields? What is their use?

2 Answers   Adobe,






what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


tell me the full form of c?

2 Answers  


What is the heap in c?

0 Answers  


Give a method to count the number of ones in a 32 bit number?

4 Answers  


3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r

3 Answers   Huawei,


WAP to find that given no is small or capital

3 Answers  


Categories