i=20,k=0;
for(j=1;j<i;j=1+4*(i/j))
{
k+=j<10?4:3;
}
printf("%d", k);
Answer Posted / vignesh1988i
k=4;;;;;
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Explain how do you view the path?
how to build a exercise findig min number of e heap with list imlemented?
Explain what are the different file extensions involved when programming in c?
Is there a way to compare two structure variables?
How do you print only part of a string?
Why is c called c?
What are type modifiers in c?
Explain how can I right-justify a string?
What does %p mean?
How can I open files mentioned on the command line, and parse option flags?
Process by which one bit pattern in to another by bit wise operation is?
explain how do you use macro?
What is the difference between char array and char pointer?
What is c++ used for today?
What is maximum size of array in c?