1. Write a c program to check given number is perfect number or not. 2. Write a c program to check given number is Armstrong number or not. 3. Write a c program to check given number is prime number ...
To be familiar with different data types, Operators and Expressions in C. Write a program to declare two integer and one float variables then initialize them to 10, 15, and 12.6. Also print the ...