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 Dictionary

  Removing Dictionary Items Dictionary items can be removed using built-in deletion methods that work on keys: del :  removes an item using ...