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
When we use void main and int main?
What is the function of multilevel pointer in c?
What is the return type of sizeof?
What are the types of type qualifiers in c?
Explain the advantages of using macro in c language?
What are external variables in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Why is structure important for a child?
Do you know pointer in c?
What is the use of in c?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
Can you tell me how to check whether a linked list is circular?
Explain what are the __date__ and __time__ preprocessor commands?
Why is structure padding done in c?