1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / thomas
1
1 + one (3 letters) = 4
4 + four (4 letters) = 8
8 + eight (5 letters) = 13
13 + thirteen (8 letters) = 21
21 + twenty one (9 letters) = 30
and so forth
| Is This Answer Correct ? | 80 Yes | 14 No |
Post New Answer View All Answers
int i=10; printf("%d %d %d", i, i=20, i);
#include
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is a good way to implement complex numbers in c?
Explain what are the different file extensions involved when programming in c?
What is array within structure?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
Explain how are portions of a program disabled in demo versions?
Explain what is the general form of a c program?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is return type in c?
Tell me what are bitwise shift operators?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Array is an lvalue or not?
What is typedef struct in c?