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
What is character set?
Explain what does it mean when a pointer is used in an if statement?
Combinations of fibanocci prime series
What is variables in c?
What are the benefits of organizational structure?
Process by which one bit pattern in to another by bit wise operation is?
Is that possible to add pointers to each other?
What is the use of in c?
The statement, int(*x[]) () what does in indicate?
Why n++ execute faster than n+1 ?
What are the string functions? List some string functions available in c.
Is javascript based on c?
while initialization of array why we use a[][2] why not a[2][]...?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me