main()
{
int i,n=010;
int sum=0;
for(i=1;i<=n;i++)
{s=s+i;
}
printf("%d",&s);
getch();
}
Answer Posted / sravan
s=10
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
Write a program on swapping (100, 50)
cavium networks written test pattern ..
Why can arithmetic operations not be performed on void pointers?
What is the use of putchar function?
What is nested structure?
What are extern variables in c?
if p is a string contained in a string?
What is anagram in c?
What is the size of a union variable?
What is null pointer constant?
Why is not a pointer null after calling free?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is type qualifiers?
What is the explanation for cyclic nature of data types in c?
Tell me with an example the self-referential structure?