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
Why malloc is faster than calloc?
Differentiate between null and void pointers.
What are different types of variables in c?
What is s or c?
What is struct node in c?
Why we use void main in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Explain can you assign a different address to an array tag?
How will you delete a node in DLL?
What is oops c?
How pointers are declared?
What is the purpose of scanf() and printf() functions?
What is c value paradox explain?
Is there a built-in function in C that can be used for sorting data?