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

Integer caching in python

  Python (specifically the default CPython implementation) uses integer caching to optimize performance and memory usage by pre-allocating ...