Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
Misc
7.7K+ articles
C Language
1.3K+ articles
C-Library
133+ articles
date-time-program
62+ articles
C Library Functions
4 posts
Recent Articles
strchr in C
Last Updated: 23 July 2025
Thestrchr()function in C is a predefined function in thestring.hlibrary.It is used to find the first occurrence of a character in a string. It checks whether the given cha...
read more
C Language
Picked
C-String
C Library Functions
C Examples
bsearch() Function in C
Last Updated: 15 April 2024
In C programming language, bsearch()function is used to perform a binary search on a sorted array to search for an element. The namebsearchstands for “binary search” which...
read more
C Language
Picked
Binary Search
C Library Functions
CPP Examples
qsort() Function in C
Last Updated: 23 July 2025
Theqsort()in C is alibrary function used to sort an array of items in ascending order or descending order. It stands for "quick sort," as it implements the quicksort algor...
read more
C Language
Picked
Quick Sort
C-Functions
C Library Functions
CPP Examples
C Library Function - difftime()
Last Updated: 06 May 2023
The difftime() is a C Library function that returns the difference in time, in seconds(i.e. ending time - starting time). It takes two parameters of type time_t and comput...
read more
Misc
C Language
date-time-program
C-Library
C Library Functions