Category Archives: Library function in C
- Home
- Archive by Category "Library function in C"
- On
- By
- 0 Comment
- Categories: function in C, Library function in C, pre-define maths function in C
abs Arithmetic function in C programming language
abs Arithmetic function in C programming language We will learn about abs Arithmetic function in C programming language In the C Programming Language, the abs() Arithmetic function returns the absolute value of an integer. The absolute value of a number is always positive. abs Arithmetic function Declaration Syntax The syntax of the abs() function in…
Read More- On
- By
- 0 Comment
- Categories: function in C, Library function in C, Pre-define String function in C
strrchr string function in C programming Language
strrchr string function in C programming Language In this tutorial, We will learn about strrchr string function in C programming Language Description strrchr() – In the C programming language, the strrchr functions find the last occurrence of the character within the String as denoted by character. Declaration Syntax for strrchr() function is given below char *strrchr(…
Read More- On
- By
- 0 Comment
- Categories: function in C, Library function in C, Pre-define String function in C
strtok string function in C programming language
strtok string function in C programming language In this tutorial, we will discuss strtok string function in C programming language strtok() -In C programming language, strtok() used to breaks the token into a series of the string using the delimiter. Declaration Syntax The syntax of the strtok() function in the c language is : char…
Read More- On
- By
- 0 Comment
- Categories: function in C, Library function in C, pre-define maths function in C
Sine function in C programming Language
Sine function in C programming Language In this tutorial, we will discuss Sine function in C programming Language Sine function in C Description Description of the C programming Language Sin() function In C programming language the sine function returns the sine of the radian angle x. sin(): In the C programming Language this is used…
Read More