Program to find largest of three numbers without using comparsion operator?
Answer Posted / sanjay bhosale
Both programs mentioned above produce wrong results when some numbers are positive and others are negatives.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the sizeof () operator?
Write a program to swap two numbers without using third variable?
What is pivot in c?
Is that possible to store 32768 in an int data type variable?
What is difference between structure and union?
What does static variable mean in c?
What is the default value of local and global variables in c?
write a c program for swapping two strings using pointer
in linking some of os executables are linking name some of them
what is the different bitween abap and abap-hr?
Define Array of pointers.
What is size of union in c?
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'); }
How can I read a binary data file properly?
What is variable declaration and definition in c?