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
Give the rules for variable declaration?
Explain how do you print an address?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are categories used for in c?
Why doesnt this code work?
Are the expressions * ptr ++ and ++ * ptr same?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What is the basic structure of c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
How do you write a program which produces its own source code as output?
Explain how can I right-justify a string?
How can I write functions that take a variable number of arguments?
What is wrong in this statement?
Why is sprintf unsafe?
Describe dynamic data structure in c programming language?