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
What is zero based addressing?
What is the newline escape sequence?
Explain how to reverse singly link list.
What is a volatile keyword in c?
Explain About fork()?
Why c is a mother language?
What are reserved words with a programming language?
Tell me the use of bit field in c language?
Can include files be nested? How many levels deep can include files be nested?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is the best way to comment out a section of code that contains comments?
why return type of main is not necessary in linux
What does the error message "DGROUP exceeds 64K" mean?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above