1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / arun
81,91
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Is c easier than java?
What is oops c?
c language interview questions & answer
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is the value of h?
What is console in c language?
What's a good way to check for "close enough" floating-point equality?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
How many levels of pointers can you have?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Write a program to generate the Fibinocci Series
What are pointers in C? Give an example where to illustrate their significance.
Explain b+ tree?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.