Program to find larger of the two numbers without using if-else,while,for,switch
Answer Posted / vara
#include<stdio.h>
void main()
{
int a=4,b=5;
a>b?printf("a is greater than big"):b is pig
}
| Is This Answer Correct ? | 10 Yes | 25 No |
Post New Answer View All Answers
What is string concatenation in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
How can I send mail from within a c program?
What math functions are available for integers? For floating point?
What are the features of c language?
What is a null pointer in c?
Do you have any idea about the use of "auto" keyword?
Explain what is the benefit of using an enum rather than a #define constant?
How do we print only part of a string in c?
What is wrong with this initialization?
What is maximum size of array in c?
Explain which function in c can be used to append a string to another string?
hi, which software companys will take,if d candidate's % is jst 55%?
What is #include stdio h and #include conio h?
When should you not use a type cast?