Find the largest number from the given 2 numbers without using
any loops and the conditional operator.
Answer Posted / anji
We can compare two
values using unary
operators also
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can anyone please tell about the nested interrupts?
How do we open a binary file in Read/Write mode in C?
What is pivot in c?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is the difference between ++a and a++?
What is the purpose of 'register' keyword?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What are the advantages of union?
How do you write a program which produces its own source code as output?
Why void main is used in c?
What is data types?
Explain what is gets() function?
how to find anagram without using string functions using only loops in c programming
Why clrscr is used in c?