Smallest number of three numbers programe using nested if
Answers
Answered by
1
* C program to find the biggest of three numbers.
int num1, num2, num3;
printf("Enter the values of num1, num2 and num3\n");
scanf("%d %d %d", &num1, &num2, &num3);
printf("num1 = %d\tnum2 = %d\tnum3 = %d\n", num1, num2, num3);
Similar questions
History,
6 months ago
English,
6 months ago
Computer Science,
11 months ago
Hindi,
11 months ago
Science,
1 year ago