Front-end Tutorials

Front-end Tutorials

HTMLCSSSassJavaScriptReactJS
CMS Tutorials

CMS Tutorials

WordPress
Tutorials expand

CodeToFun Blogs

C Program to find Factorial of a Number

C Program to find Factorial of a Number

The factorial of a number is a mathematical operation that denotes the product of all positive integers from 1 to that number. It is denoted by the exclamation mark (!)

author
Mari Selvan
C Program to Check Even Number

C Program to Check Even Number

An even number is an integer that is divisible by 2, meaning it leaves no remainder when divided by 2. In other words, an even number can be divided into two equal parts.

author
Mari Selvan
C Program to Check Odd Number

C Program to Check Odd Number

An odd number is an integer that is not divisible by 2, meaning it does not leave a remainder of 0 when divided by 2. In other words, an odd number cannot be evenly divided into two equal parts.

author
Mari Selvan
C Program to Find Prime Factor

C Program to Find Prime Factor

Prime factors are the prime numbers that divide a given number evenly, without leaving a remainder. In other words, they are the prime numbers that are factors of a given number.

author
Mari Selvan
C Program to Check Prime Number

C Program to Check Prime Number

A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. In other words, a prime number is a number that is only divisible by 1 and itself, with no other factors.

author
Mari Selvan
C Program to Check Armstrong Number

C Program to Check Armstrong Number

An Armstrong number, also known as a narcissistic number, is a number that is equal to the sum of its own digits, each raised to the power of the number of digits.

author
Mari Selvan
C Program to Swap Two Numbers

C Program to Swap Two Numbers

Swapping two numbers means exchanging their values. In other words, if you have two variables A and B, swapping them would involve interchanging their values so that the initial value of A becomes the value of B, and vice versa.

author
Mari Selvan
C Interview Programs

C Interview Programs

C interview programs refer to programming questions or problems that are commonly asked in job interviews for positions that require knowledge of the C programming language. These programs are designed to test a candidate’s understanding of C concepts, problem-solving skills, and ability to write efficient and correct code.

author
Mari Selvan
C cos() Function

C cos() Function

The cos() function is a standard library function in C that is used to calculate the cosine of a specified angle.

author
Mari Selvan
C cosh() Function

C cosh() Function

The cosh() function is a standard library function in C that is used to calculate the hyperbolic cosine of a specified number.

author
Mari Selvan
C ceil() Function

C ceil() Function

The ceil() function is a standard library function in C that is used to round a specified floating-point number up to the nearest integer greater than or equal to the given value.

author
Mari Selvan
C cbrt() Function

C cbrt() Function

The cbrt() function is a standard library function in C that is used to calculate the cube root of a specified number.

author
Mari Selvan
C atanh() Function

C atanh() Function

The atanh() function is a standard library function in C that is used to calculate the inverse hyperbolic tangent (artanh) of a given argument.

author
Mari Selvan
C atan() Function

C atan() Function

The atan() function is a standard library function in C that is used to calculate the arctangent of a specified number.

author
Mari Selvan
C atan2() Function

C atan2() Function

The atan2() function is a standard library function in C that is used to calculate the arctangent of the ratio of two specified numbers.

author
Mari Selvan
C asinh() Function

C asinh() Function

The asinh() function is a standard library function in C that is used to calculate the inverse hyperbolic sine (arcsinh) of a given argument.

author
Mari Selvan
C ldexp() Function

C ldexp() Function

The ldexp() function is a standard library function in C that is used to multiply a given floating-point value by a specified power of 2.

author
Mari Selvan

Search any Post

We make use of cookies to improve our user experience. By using this website, you agree with our Cookies Policy
AgreeCookie Policy