1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / faiyazuddin
85,95
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the difference between class and object in c?
Write a program to swap two numbers without using third variable?
What is the use of f in c?
What are extern variables in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
How can I automatically locate a programs configuration files in the same directory as the executable?
Explain how can a program be made to print the line number where an error occurs?
What are the advantages of c preprocessor?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is derived datatype in c?
Why does everyone say not to use gets?
What Is The Difference Between Null And Void Pointer?
Write a program on swapping (100, 50)
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is conio h in c?