Ticker

6/recent/ticker-posts
Showing posts with the label CShow all
C programming, Perform matrix multiplication by passing matrices to a function.
C programming, Compute the transpose of a given matrix.
C programming, Perform matrix multiplication using multi-dimensional arrays.
C programming, Combine two matrices using multi-dimensional arrays.
C programming, Compute the standard deviation of a data set.
C programming, Identify the maximum value in an array.
C programming, Compute the average of elements in an array.
C programming, Compute the exponentiation of a number using a recursive method.
C programming, Invert the order of words in a sentence using a recursive function.
C programming, Transform binary numbers into octal format and convert them back to binary.
C programming, Transform octal numbers into decimal format and convert them back to octal.
C programming, Transform binary numbers into decimal format and convert them back to binary.
C programming, Determine the greatest common divisor using a recursive approach.
C programming, Compute the factorial of a number using a recursive function.
C programming, Calculate the sum of natural numbers using a recursive method.
C programming, Determine if a number can be represented as the sum of two prime numbers.
C programming, Determine if a number is prime or an Armstrong number using a custom function.
C programming, Show prime numbers within a specified range using a function.
C programming, Create a basic calculator using switch-case statements.
C programming, Show the divisors of a number.