Thursday, May 10, 2018

lvalues and rvalues in C/C++

Following are some good resources to lvalues and rvalues in C/C++

1. Understand lvalues and rvalues in C/C++
2. geeksforgeeks.org/lvalue-and-rvalue-in-c-language/

Happy Hacking

No comments:

Post a Comment

Python script to show Laptop Battery Percentage

Source:  https://www.geeksforgeeks.org/python-script-to-show-laptop-battery-percentage/ # python script showing battery details  import psut...