i=20,k=0;
for(j=1;j<i;j=1+4*(i/j))
{
k+=j<10?4:3;
}
printf("%d", k);
Answer Posted / vishal bhardwaj
ans is : 4
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
what is the difference between class and unio?
What are derived data types in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
Do pointers take up memory?
How is actual parameter different from the formal parameter?
What are the application of c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What is the best way to store flag values in a program?
How to declare a variable?
how many key words availabel in c a) 28 b) 31 c) 32
Why can’t we compare structures?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
How can a number be converted to a string?