Write a programe print the sum of series 0,1,2,.....10
Answer Posted / sevak.yatrik777
main()
{
int i;
printf("sum of series is:");
for(i=0;i=10;i++)
i=i+i;
scanf("%d",&i);
printf("%d",i);
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is && in c programming?
What is pointer to pointer in c with example?
What are the 32 keywords in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are the back slash character constants or escape sequence charactersavailable in c?
Explain how do you view the path?
Why & is used in c?
What is the equivalent code of the following statement in WHILE LOOP format?
How would you obtain the current time and difference between two times?
What is a structure and why it is used?
What is context in c?
Explain pointers in c programming?
What are the types of operators in c?
What is the scope of local variable in c?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?