main()
{
int i,n=010;
int sum=0;
for(i=1;i<=n;i++)
{s=s+i;
}
printf("%d",&s);
getch();
}
Post New Answer View All Answers
explain what are actual arguments?
What is the difference between abs() and fabs() functions?
Which is the memory area not included in C program? give the reason
How can I direct output to the printer?
Why doesn't C support function overloading?
What is function in c with example?
In a header file whether functions are declared or defined?
Compare and contrast compilers from interpreters.
What is sizeof return in c?
In which language linux is written?
Tell me what are bitwise shift operators?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is a pointer in c?
Explain how do you print only part of a string?
Do you know null pointer?