Friday, August 28, 2020

how to install ubuntu in windows 10

ubuntu

https://www.youtube.com/watch?v=xzgwDbe7foQ

once after login into linux

 sudo apt installl gcc 

lvalue vs rvalue

  1. What is an lvalue? An lvalue is an object that: Has an identifiable memory location. Has a name (in most cases). Can appear on th...