Associativity of Operators in C Programming
When some expression in C contains two operators with same/equal priority, the expression gets executed as per … Read more
When some expression in C contains two operators with same/equal priority, the expression gets executed as per … Read more
The benefits of showing Google Adsense Auto ads on AMP compatible pages are, Auto ads for AMP … Read more
If you want to create a Email subscription using google Feedburner, we will need to have rss.xml … Read more
If you have a single page accessible by multiple URLs, or different pages with similar content (for example, … Read more
Following the simple example which shows how we can send and receive an integer over a socket. … Read more
An Android library is structurally the same as an Android app module. It can include everything needed … Read more
In our first part we seen “Creating AAR library for Android apps using Android Studio” and in … Read more
If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more
As we have seen in our previous posts Part 1, Part 2, Part 3, we created a … Read more
If we have a website which is largely text based, something like this website which shows mostly … Read more
If you have ever seen an error like below, we have fixed this and got it resolved. … Read more
If you are writing some packet sniffing code using libpcap on Ubuntu Linux, there are higher chances … Read more