i=20,k=0;
for(j=1;j<i;j=1+4*(i/j))
{
k+=j<10?4:3;
}

printf("%d", k);

Answer Posted / arun

4

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are data structures in c and how to use them?

681


Explain argument and its types.

607


Can the sizeof operator be used to tell the size of an array passed to a function?

621


What is c definition?

751


Explain why can’t constant values be used to define an array’s initial size?

857






What are qualifiers and modifiers c?

550


What is difference between arrays and pointers?

584


How can I delete a file?

631


What does c mean before a date?

593


What is the size of array float a(10)?

658


What does. int *x[](); means ?

639


please send me the code for multiplying sparse matrix using c

1728


Explain what is the benefit of using enum to declare a constant?

589


What is structure and union in c?

604


Explain what are reserved words?

635