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

How to integrate standard LLMs with custom data to create RAG applications

 Integrating standard Large Language Models (LLMs) with custom data to build Retrieval-Augmented Generation (RAG) applications involves a mu...