Program to find largest of three numbers without using comparsion operator?
Answer Posted / arunslb123
ct=0;
while(var1 && var2 && var3){
var1++;
var2++;
var3++;
ct--;
}
printf("%d",ct);
could u pls explain this
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What are the uses of null pointers?
What are the different file extensions involved when programming in C?
What are different types of variables in c?
How can I call fortran?
Explain low-order bytes.
What is dangling pointer in c?
What does static variable mean in c?
Tell me what is null pointer in c?
find out largest elemant of diagonalmatrix
What does it mean when the linker says that _end is undefined?
Explain what does the function toupper() do?
Hi can anyone tell what is a start up code?
Under what circumstances does a name clash occur?
How do you use a pointer to a function?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function