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 are the advantages of using linked list for tree construction?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
How do you define a string?
What is a program flowchart and explain how does it help in writing a program?
Simplify the program segment if X = B then C ← true else C ← false
Explain how can I avoid the abort, retry, fail messages?
What do you mean by a sequential access file?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Explain what is the benefit of using const for declaring constants?
Explain what is a static function?
Is null a keyword in c?
What is difference between structure and union?
What is the significance of c program algorithms?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
Is int a keyword in c?