1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / mody
83.85
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Can we compile a program without main() function?
When should the volatile modifier be used?
What does typedef struct mean?
What is a structure and why it is used?
Explain the ternary tree?
The file stdio.h, what does it contain?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is #define in c?
What is c value paradox explain?
Can we access array using pointer in c language?
Explain how can you be sure that a program follows the ansi c standard?
What is typedef example?
Discuss the function of conditional operator, size of operator and comma operator with examples.
why return type of main is not necessary in linux
What does the file stdio.h contain?