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.2K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.3K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Difference Between
3.1K+ articles
C Language
1.3K+ articles
C Programs
441+ articles
C-Misc
5 posts
Recent Articles
Popular Articles
Parallel Programming in C
Last Updated: 23 July 2025
Parallel programming is a technique that allows multiple computations to be performed simultaneously, taking advantage of multi-core processors and distributed computing s...
read more
C Programs
C Language
Picked
C-Misc
C Examples
Can I Mix C and C++ Code in the Same Project?
Last Updated: 23 July 2025
C and C++ both are very popular programming languages. There can be many situations when you might have to export some functionalities that are written in C programming la...
read more
C++ Programs
C++
Picked
Extern "C"
C-Misc
Misc C++
CPP Examples
Difference between C and Dart
Last Updated: 12 July 2025
1. C language : C language is a programming language developed at Bell research lab in 1972 by Dennis Ritchie. C language combines the properties of low level and high-lev...
read more
Difference Between
C Language
C-Misc
How to get the current position of cursor from output screen in C?
Last Updated: 06 March 2019
The given task is to get the current position of the cursor from the output screen in C.Approach: There is a predefined function wherex() in C language that returns the x...
read more
C Programs
C Language
C-Misc
Interesting Facts About C Language
Last Updated: 11 July 2025
C Programming language is a general purpose, case-sensitive, procedural programming language. It is one of the first and few high-level languages that is still popular amo...
read more
Technical Scripter
C Language
Technical Scripter 2018
C-Operators
C-Misc