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
Do you know the difference between exit() and _exit() function in c?
How do you search data in a data file using random access method?
What is sizeof array?
Which driver is a pure java driver
Why is extern used in c?
What is the significance of scope resolution operator?
Are the variables argc and argv are always local to main?
What is the difference between declaring a variable and defining a variable?
What is a static variable in c?
Explain what are compound statements?
What does the c in ctime mean?
What is stack in c?
What are the differences between Structures and Arrays?
Why functions are used in c?
What are lookup tables in c?