Program to find larger of the two numbers without using if-else,while,for,switch
Answers were Sorted based on User's Feedback
Answer / 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 |
Write a program to show the workingof auto variable.
What is the difference between #include and #include 'file' ?
What is "Duff's Device"?
What are integer variable, floating-point variable and character variable?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
What is bin sh c?
How do I get an accurate error status return from system on ms-dos?
FILE PROGRAMMING
Write a program to know whether the input number is an armstrong number.
What is a sequential access file?
Which command is more efficient? *(ptr+1) or ptr[1]
what is default constructor?