Program to find larger of the two numbers without using if-else,while,for,switch
Answer Posted / ankit chhajed
Take 3 and 150 and use code given in answer 6. We will not get the correct answer..!!!
Please give the changed code!!
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is echo in c programming?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
why do some people write if(0 == x) instead of if(x == 0)?
Explain how can you be sure that a program follows the ansi c standard?
Where can I get an ansi-compatible lint?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
How do shell structures work?
What does c mean in basketball?
How can you find the day of the week given the date?
What is linear search?
What is non linear data structure in c?
What is advantage of pointer in c?
What is the total generic pointer type?