How to create process in Linux using fork system call ?
Below is simple process creation program using fork system call, fork return child’s process Id in main/parent … Read more
Below is simple process creation program using fork system call, fork return child’s process Id in main/parent … Read more
Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal … Read more
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically … 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