Where to Use Call by Reference in C

If you compare two parameter passing mechanisms, Call by Value and Call by Reference, in C programming language, Call by Value is much simpler in syntax and easy to understand. Then why should we use Call by Reference? Here we will try figure out what we can do with Call by Reference but can not do … Continue reading “Where to Use Call by Reference in C”

Call by Value vs Call by Reference in C

Call by Value and Call by Reference are related to the way we pass parameters in time of calling C functions. In Call by Value mechanism, we pass the VALUE of a variable to a function. The called function can use the value but won’t be able to change the value of the original variable. … Continue reading “Call by Value vs Call by Reference in C”

Capture Protocol Packets from Remote Windows or Linux Computer using Wireshark

Wireshark is a widely used networking tool to capture and analyze protocol packets from networking interfaces of local or remote computer. When two networking devices, like computer, mobile, printer etc, communicate with each other, they exchange information in form of data chunks, also known as protocol packets or messages. This is also true when we access some … Continue reading “Capture Protocol Packets from Remote Windows or Linux Computer using Wireshark”

How to Store SVN Password in Encrypted Form in Linux

Linux SVN clients generally store the password in plain text. When you first time access the SVN server, the client asks whether you want to store the password in pain text. You can definitely choose not to store the password. But if you don’t store that, you need to enter the password every time you … Continue reading “How to Store SVN Password in Encrypted Form in Linux”

New Features in Android 6.0 Marshmallow

Google officially made its new mobile OS Android Marshmallow (Android version 6.0) available on October 5, 2015 focusing on the overall user experience improvement over its previous version Lollipop. Quite obviously, the Google’s nexus phones are ones that are going receive it first but others are not very far behind. LG has already announced that … Continue reading “New Features in Android 6.0 Marshmallow”

0
0
0
0
0
0