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
Is c++ based on c?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Write a program to reverse a given number in c language?
What is structure packing in c?
What is a stream in c programming?
Write a program to check prime number in c programming?
Is file a keyword in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is graph in c?
write a program for the normal snake games find in most of the mobiles.
How can variables be characterized?
What are register variables in c?
What is variable and explain rules to declare variable in c?
regarding pointers concept
Why structure is used in c?