Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
12.2K+ articles
Misc
8.8K+ articles
C Language
1.8K+ articles
C-Library
133+ articles
date-time-program
62+ articles
C Library Functions
4 posts
Recent Articles
Popular Articles
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
qsort() Function in C
Last Updated: 27 November 2024
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
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
strchr in C
Last Updated: 27 May 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
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !