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
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
what are bit fields in c?
What is cohesion in c?
What is this pointer in c plus plus?
What is the purpose of sprintf?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
How can I use a preprocessorif expression to ?
What are static variables in c?
Array is an lvalue or not?
What is scanf () in c?
Why is c called c not d or e?
Why does everyone say not to use gets?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is the use of a ā ā character?
What is volatile keyword in c?