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 are the functions to open and close the file in c language?
What is bss in c?
What is clrscr ()?
What is meant by type casting?
Are pointers integers in c?
What are bitwise shift operators in c programming?
What are the types of type qualifiers in c?
Is c language still used?
How do you determine the length of a string value that was stored in a variable?
What does typedef struct mean?
What Is The Difference Between Null And Void Pointer?
p*=(++q)++*--p when p=q=1 while(q<=6)
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
When do we get logical errors?
diff between exptected result and requirement?