please give code for this 1 2 4 7 11 16
Answer Posted / guest
1 10 100 111 1011 1111
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
How can I get random integers in a certain range?
Explain the term printf() and scanf() used in c language?
What is modifier & how many types of modifiers available in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What is the code in while loop that returns the output of given code?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Explain how do you determine whether to use a stream function or a low-level function?
Why we use conio h in c?
How do I copy files?
What is null pointer constant?
Explain what are header files and explain what are its uses in c programming?
Explain how do you convert strings to numbers in c?
How do you define structure?