Skip to content

Commit acafa20

Browse files
authored
Merge pull request #39 from tanishagupta1/main
Fixes #34 Added Data-types image in dataTypes.md
2 parents 0a9be2f + fa6ee27 commit acafa20

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lessons/dataTypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ In C++, whenever a variable is defined, the compiler(which compiles source code
3434
into a set of machine-language that can be understood by a digital computer's CPU) allocates some memory for that
3535
variable based on their data-type. It has some types:
3636

37-
![data-type](./images/t.jpg)
37+
![data-types](./images/dataTypes.png)

lessons/images/dataTypes.png

60.7 KB
Loading

0 commit comments

Comments
 (0)