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
Is sizeof a keyword in c?
Explain bit masking in c?
What is quick sort in c?
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
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Differentiate between declaring a variable and defining a variable?
What is typedef example?
Explain how do you declare an array that will hold more than 64kb of data?
Can you return null in c?
What is spark map function?
Is c compiled or interpreted?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
What the different types of arrays in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above