Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

please give code for this 1 2 4 7 11 16

Answer Posted / ashis 6

#include<studio.h>
#include<conio.h>
Void main()
{
Int x,y;
Y=0;
For(x=1;x<=6;x++)
{
Printf("%d",y);
Y=x+y
}

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of 'register' keyword?

1134


State the difference between realloc and free.

1145


Add Two Numbers Without Using the Addition Operator

880


What is a char in c?

1039


What is a structure and why it is used?

1291


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

1117


Differentiate between Macro and ordinary definition.

1466


What is clrscr in c?

1171


What does emoji p mean?

1203


Are the variables argc and argv are local to main?

1360


Where register variables are stored in c?

1000


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

1070


Can a pointer be null?

1079


Write a program to print fibonacci series using recursion?

1131


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

1070