please give code for this 1 2 4 7 11 16

Answers were Sorted based on User's Feedback



please give code for this 1 2 4 7 11 16..

Answer / test

test

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More C Interview Questions

What will the preprocessor do for a program?

0 Answers   Aspire, Infogain,


what is the Output? int a=4 b=3; printf("%d%d%d%d%d%d",a++,++a,a++,a++,++a,a++); printf("%d%d%d%d%d%d",b--,b--,--b,b--,--b,--b);

10 Answers   IBM,


Are global variables static in c?

0 Answers  


write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?

1 Answers   TCS,


main() { printf(5+"Vidyarthi Computers"); }

6 Answers  






Write a program to swap two numbers without using the third variable?

0 Answers  


write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


In a header file whether functions are declared or defined?

0 Answers   TISL,


What is ambagious result in C? explain with an example.

0 Answers   Infosys,


What are local variables c?

0 Answers  


What is a class?

3 Answers  


Do you know the difference between exit() and _exit() function in c?

0 Answers  


Categories