1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / hitesh patel
85
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What is meant by recursion?
write a program fibonacci series and palindrome program in c
Why c is called a mid level programming language?
What does 1f stand for?
What is the mean of function?
all c language question
Explain how can I manipulate strings of multibyte characters?
What are type modifiers in c?
How can I get back to the interactive keyboard if stdin is redirected?
What is malloc return c?
How does pointer work in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
Which header file is used for clrscr?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Difference between malloc() and calloc() function?