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


Please Help Members By Posting Answers For Below Questions

Explain how do you determine a file’s attributes?

592


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1379


What is ## preprocessor operator in c?

611


Write a program to generate the Fibinocci Series

659


What is call by value in c?

558






What are the types of data structures in c?

598


Explain how can you tell whether a program was compiled using c versus c++?

578


What are the differences between Structures and Arrays?

605


Why header file is used in c?

577


why do some people write if(0 == x) instead of if(x == 0)?

654


What is a lvalue

664


What do you mean by command line argument?

642


Define and explain about ! Operator?

613


Explain function?

663


How do you write a program which produces its own source code as output?

606