Courses
Sale
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.6K+ 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
63+ articles
C Library Functions
4 posts
Recent Articles
strchr in C
Last Updated: 11 July 2026
The strchr() function in C is a predefined string handling function declared in the string.h header file. It is used to find the first occurrence of a specified character ...
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: 11 August 2026
The qsort() function in C is a standard library function used to sort the elements of an array. It is declared in the stdlib.h header file and uses a comparison function t...
read more
C Language
Picked
Quick Sort
C-Functions
C Library Functions
CPP Examples
C Library Function - difftime()
Last Updated: 08 August 2026
The difftime() function is a C standard library function used to calculate the difference between two calendar times in seconds. It takes two time_t values and returns the...
read more
Misc
C Language
date-time-program
C-Library
C Library Functions
✕