i=20,k=0;
for(j=1;j<i;j=1+4*(i/j))
{
k+=j<10?4:3;
}
printf("%d", k);
Answer Posted / valli
k=4
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Explain the use of #pragma exit?
What is local and global variable in c?
in iso what are the common technological language?
What language is windows 1.0 written?
What is 1d array in c?
What is the difference between abs() and fabs() functions?
What is bin sh c?
How many levels of indirection in pointers can you have in a single declaration?
What are the types of variables in c?
What is the difference between single charater constant and string constant?
Why doesnt long int work?
What is the use of getchar() function?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is c system32 taskhostw exe?