Program to find larger of the two numbers without using if-else,while,for,switch
Answer Posted / guest
pls chk,wen a=3 and b=150 in code 6,it works.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Are enumerations really portable?
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
What are the disadvantages of external storage class?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is return in c programming?
Explain what is wrong in this statement?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is "Hungarian Notation"?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Write a program to print all permutations of a given string.
What are terms in math?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
Add Two Numbers Without Using the Addition Operator
How can I ensure that integer arithmetic doesnt overflow?