Types of Function
If you remember, we were talking about functions since last two posts. My previous post was on “Elements of Function”. In this post we will discuss about “Types or Categories of Function”.Read More…
If you remember, we were talking about functions since last two posts. My previous post was on “Elements of Function”. In this post we will discuss about “Types or Categories of Function”.Read More…
Hello everyone!. You might remember about my last post on “Introduction to Function” in which I had discussed about the what function is and what advantages it can bring. If you haven’tRead More…
With this post we are moving on to the advance topics of C language. In this post, I am going to discuss one of the most important concept of modern programming languagesRead More…
Hello there. In my last post I you learnt about searching techniques in which I explained two most common searching techniques i.e. linear search and binary search. In this post again IRead More…
My previous post described some useful string handling functions to deal with string data for different operations. In this post I am about to explain one of the most common and frequentlyRead More…
We already talked about “Storage Hierarchy” in the previous article in which we explained about the different types of memories and their characteristics. This article deals with the similar topic in whichRead More…
One of the important component in the computer system is the computer storage. In this post we will focus on the storage hierarchy. The wide variety of storage system can be organizedRead More…
After discussing Optimal algorithm for the page replacement policy, now its time to move on the next page replacement algorithm which is “LRU Algorithm”. LRU stands for Least Recently Used Algorithm andRead More…
We were talking about page replacement algorithms in which we had discussed “FIFO algorithm”. In this post I am continuing on the same topic by discussing another page replacement algorithm called OptimalRead More…
In my previous post I had explained how “Class Type to Basic Conversion” can be done using both constructor and special casting operator function. In this post I will show you howRead More…