1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / rajesh
85,95
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
Which programming language is best for getting job 2020?
Difference between Function to pointer and pointer to function
What is "Hungarian Notation"?
Which is best book for data structures in c?
How do you use a pointer to a function?
What is #define used for in c?
How do we open a binary file in Read/Write mode in C?
Why is C language being considered a middle level language?
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.
Is there a built-in function in C that can be used for sorting data?
What are the types of unary operators?
Explain why C language is procedural?
What is %g in c?
Explain #pragma statements.
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.