fix: replace imgur with s3 for english guide without conflict (#36053)
* fix: imgur to s3 for englsh guide without conflict (cherry picked from commit 9c9f15abf4e755feab79ef7090dacdcf497ea7b6) * fix: revert unrelated changes
This commit is contained in:
committed by
Parth Parth
parent
18e15830d9
commit
a16539becf
@@ -18,7 +18,7 @@ Tokens are the smallest units of a program which are important to the compiler.
|
||||
* Textbook definition : Variables are named memory locations whose data can be altered.
|
||||
|
||||
* But I would like you to think of a variable to be something like a box, something like this :
|
||||

|
||||

|
||||
|
||||
So, for example :
|
||||
I'm shifting to a new place and I need to arrange my stuff in boxes . Thus there come 2 things to my mind **What kind of stuff will be stored in the box, so that the size off the box is known (the data type)** and **How do I identify the box ?(Naming the variable)**
|
||||
@@ -181,7 +181,7 @@ If a variable is not initialized , it contains a garbage value. For example:
|
||||
|
||||
So in terms of boxes, you can imagine this as -
|
||||
|
||||

|
||||

|
||||
|
||||
```cpp
|
||||
#include<iostream>
|
||||
|
Reference in New Issue
Block a user