plzz ans all questions C.2 andC.3 fullll pllzzzzzzz ans correctly....
Attachments:
Answers
Answered by
3
Explanation:
1)F
2)T
3)F
4)T
5)F
6)T
1)(iv)
2)(V)
3)(i)
4)(vi)
5)(ii)
6)(iii)
Answered by
0
Answer:
The program output is also shown below.
* 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);
if (num1 > num2)
if (num1 > num3)
Similar questions