1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / vignesh1988i
84
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Explain how can I manipulate strings of multibyte characters?
Write a program for finding factorial of a number.
Is there a way to jump out of a function or functions?
Explain what math functions are available for integers? For floating point?
Which is better pointer or array?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is the role of this pointer?
Write a code of a general series where the next element is the sum of last k terms.
There seem to be a few missing operators ..
When should the const modifier be used?
Write a program of prime number using recursion.
Can we add pointers together?
List some of the dynamic data structures in C?
How do you override a defined macro?
Which is more efficient, a switch statement or an if else chain?