1,4,8,13,21,30,36,45,54,63,73,?,?.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sandhya.murukutla
8*2=16-3=13
8*3=24-3=21
8*5=40-4=36
8*6=48-3=45
8*7=56-2=54
8*8=64-1=63
8*9=72+1=73
8*10=80+2=82
8*11=88+3=91
8*12=96+4=100.
i dont no wheather this answer is right or wrong.any body
knows this question answer plz send email
| Is This Answer Correct ? | 4 Yes | 24 No |
Write a program to print all permutations of a given string.
what is the difference between NULL & NUL keywords in C?
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
without using arithmatic operator solve which number is greater??????????
What are .h files and what should I put in them?
Who is invented by c?
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
What is local and global variable in c?
Tell me with an example the self-referential structure?