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 s in c?
What are predefined functions in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
where are auto variables stored? What are the characteristics of an auto variable?
What does 3 mean in texting?
Why doesn't C support function overloading?
Explain Basic concepts of C language?
What is malloc() function?
What is #pragma statements?
can we have joblib in a proc ?
Tell me is null always defined as 0(zero)?
What’s the special use of UNIONS?
plz let me know how to become a telecom protocol tester. thank you.
Explain how can I manipulate strings of multibyte characters?
What is 'bus error'?