1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / kumari prathipati
85
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of void in c?
Explain how do you search data in a data file using random access method?
How can I call fortran?
What is meant by initialization and how we initialize a variable?
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
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What are the advantage of c language?
How many types of operators are there in c?
Does c have an equivalent to pascals with statement?
What are the salient features of c languages?
Can we add pointers together?
Explain what are bus errors, memory faults, and core dumps?
Differentiate between a structure and a union.
Why are algorithms important in c program?
Is multithreading possible in c?