write a program greater then three numbers without if,
if...else,while,do..while,for,switch statement.
Answer Posted / mani kandan.s
#include<stdio.h>
#include<conio.h>
void main()
{
int a,b,c;
scanf("%d %d %d",&a,&b,&c,printf("Enter the a,b,c values"));
a>b&&a>c?printf("A is big"):b>c?printf("B is big"):printf
("C is big");
getch();
}
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
If i update, insert or delete records in my view will it affect my base table?????
find the salary of an employee where employee number is known
i have applied for junior engg. signal II please send me questions papers for it
Write a program in āCā that will accept 10 numbers from the user, sort them & then perform the binary search. The searching number will be arithmetic mean of the 10 numbers accepted from the user. Write the sort() & binSearch() functions for performing the sorting & binary search. Also create display function() for displaying the list. Sort() function will use selection sort and only receive one argument (Single char type)as type of sorting i.e. ascending (a) or descending (d). Display the list after sorting using a display() function. binSearch() function will accept one argument as a number to be search & return null or the index position of that number in the array. display() function is non argument non return type function. It will simply display the list row-wise. Program should use these functions by displaying the appropriate message for found or not found.
Explain different parts of an instruction. What does the addressing mode bit specifies?
synchronous and asynchronous transmission
what we have to say about hobbies,strong points,weak points
What is Symbian.?
what is c dot
which are the books available in, India for STONE COLUMNS/GRANULAR PILES?
Write a regular expression for "Capgemini Services Pvt.Ltd"
Explain the memory reference and register reference instructions as micor operation.
who is your role modal give in few sentances
hi friends.... i want do telecom course, iam getting confused. plz tell me courses and levels in that field. iam fresher B.E ECE student. and plz tell institutes in hydrabad or bangalure.
how to find out the name of the users who are currently working starting with the same characters in unix os