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
What is the difference between abs() and fabs() functions?
What is a global variable in c?
What is zero based addressing?
What are conditional operators in C?
What are reserved words with a programming language?
What do you mean by scope of a variable in c?
What is void main () in c?
What is use of pointer?
Write a C program to count the number of email on text
Does c have enums?
Explain b+ tree?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What header files do I need in order to define the standard library functions I use?
Do you have any idea how to compare array with pointer in c?
can we have joblib in a proc ?