please give code for this 1 2 4 7 11 16
Answers were Sorted based on User's Feedback
write a programme to convert temperature from farenheit to celcius?
What type of function is main ()?
Is this program statement valid? INT = 10.50;
What are the advantages of external class?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What’s the special use of UNIONS?
Do you have any idea about the use of "auto" keyword?
can we declare a function in side the structure?
What are high level languages like C and FORTRAN also known as?
Write a C program to print 1 2 3 ... 100 without using loops?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
hi how to convert program from notepad to turboc editor can u please help me