This folder contains all the task solutions to MyCaptain's C Language pack.
The tasks are -
-
A C program to take the temperature in celsius and convert it to fahrenheit and display it back
-
Write a C program to take marks in 3 subjects and display their sum and average
-
Write a C program to check if the given number is an armstrong number or not
-
Write a C program to check if the given string is a palindrome or not
-
Write a C program to read an integer and print its multiplication table
-
Write a C program to print the given pyramid click to see the pyramid
12345 1234 123 12 1
-
Write a C program to display the following options
1. Celsius to fahrenheit 2. Fahrenheit to celsius 3. Exit
Perform the relevant operation using switch case
-
Write a C program to find the smallest and largest element in an array