Example for using shared data between two Unix threads

Following is the simple example to show, how we can create two threads at a time and … Read more

Creating a simple thread in Linux using pthread library api’s

In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more

feof() end-of-file indicator function in C – Example

The function feof() tests the end-of-file indicator for the stream pointed to by stream, returning nonzero if … Read more

C program to read file contents and count bytes using feof API

The function feof() tests the end-of-file indicator for the stream pointed to by stream, returning nonzero if … Read more

Presentation – Understanding Git Version Control

OS Concepts

Presentation – Operating System Concepts

Embedded System

Presentation – Learn Basics of Embedded System