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 |
Combinations of fibanocci prime series
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
who invented c
What is register variable in c language?
Explain the differences between public, protected, private and internal.
Why is event driven programming or procedural programming, better within specific scenario?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
What are the benefits of c language?
How to write a code for reverse of string without using string functions?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?