Send and Recieve emails with your domain for free
Are you owning a domain name and want to send and recieve email using your domain for free? Yes, free, I just came accross a third party website Mailg...
November 22, 2017 3 min read
Are you owning a domain name and want to send and recieve email using your domain for free? Yes, free, I just came accross a third party website Mailg...
November 22, 2017 3 min read
An Iterable is an object in Python which can return one of its member at a time, examples include list, str, tuple, dict, file etc. Iterables can be u...
November 15, 2017 3 min read
In this post, we'll walk over the Singly Linked List and its implementation using C language. In a singly linked list, each node in the list stores tw...
November 9, 2017 2 min read
In C/C++, Char is basically an array of characters. So, if we have something like below :- char c = "hello"; It means, we have an array "c" w...
November 1, 2017 2 min read
I'll use this post to talk about creation & initialization of structures and also about the importance of using typedef while working with structures...
October 29, 2017 4 min read