12-Write a C program to find the greatest number among three numbers.
Program: 12 Write a C program to find the greatest number among three numbers. Output: Enter A: 34 Enter B:
Read MoreProgram: 12 Write a C program to find the greatest number among three numbers. Output: Enter A: 34 Enter B:
Read MoreProgram: 11 Write a C program to calculate the size of data type. Output: Size of integer is: 4 Size
Read MoreProgram: 10 Write a C program to find the ASCII value of a character. Output: Enter any character: s The
Read MoreProgram: 9 Write a C program to calculate quotient and remainder. Output: Enter the dividend: 323 Enter the divisor: 4
Read MoreProgram: 8 Write a C program to add the entered digit’s number. Output: Enter the number of five digits: 43234
Read MoreProgram: 7 Write a C program to swap the two numbers without using third variable. Output: Enter the value of
Read MoreProgram: 6 Write a C program to swap the two numbers. Output: Enter the value of a: 43 Enter the
Read MoreProgram: 5 Write a C program to find the sum and percentage of marks. Output: Enter the marks of Maths=
Read MoreProgram: 4 Write a C program to find the area of circle. Output: Enter the value of radius: 4 The
Read MoreProgram: 3 Write a C program to find the simple interest. Output: Enter the principle: 1000 Enter the rate: 3
Read More