1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / narayana murthy.ch
82
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is null pointer constant?
Tell me about low level programming languages.
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What are pointers? What are different types of pointers?
What are the loops in c?
Write a program which returns the first non repetitive character in the string?
What is signed and unsigned?
Why do we use pointer to pointer in c?
Can a variable be both static and volatile in c?
What is int main () in c?
What is nested structure with example?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Are pointers integer?
Explain what is meant by high-order and low-order bytes?