Modifying data in C++
There are two ways to pass value or data to functions/objects in C++ language: call by value and call by reference. The original value is not modified in the call by value but it is modified in the call by reference.
By Value
When an object is passe...
gambhir.hashnode.dev1 min read
Gambhir Sharma
The best part about this Blog post is that I'm using JavaScript code snippets as the cover of this post. lol...🤣