1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of ?: Operator?
What are lookup tables in c?
How many main () function we can have in a project?
What is the difference between malloc() and calloc() function in c language?
Why is it that not all header files are declared in every C program?
what are bit fields in c?
How can you tell whether two strings are the same?
Is c compiled or interpreted?
Write a program to identify if a given binary tree is balanced or not.
Once I have used freopen, how can I get the original stdout (or stdin) back?
How does #define work?
What do you understand by normalization of pointers?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Give me the code of in-order recursive and non-recursive.
what value is returned to operating system after program execution?