Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AvinandanBose authored Aug 20, 2022
1 parent eff46bc commit e8cbab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ pi = pi + 1; →It refuses again and generate error, as Arithmetic Operation on
<ul>
<li> <strong> <a href="https://github.com/AvinandanBose/C_Plus_Plus_Intermediate_Pointers_I/blob/main/ConstantPointers_1.cpp"> Constant Pointer(Example)</a> </strong></li>
</ul>
<h3><i><ins>Note:</ins> During Recursion , we have seen similar type of operations as depicted to the pictures below:</h3>
<h3><i><ins>Note:</i></ins> During Recursion , we have seen similar type of operations as depicted to the pictures below:</h3>
<img src="https://user-images.githubusercontent.com/38869235/185734715-3ee1862d-d03b-41ef-8c40-2e8b3f7ac938.png">
<img src="https://user-images.githubusercontent.com/38869235/185734795-5a8204ef-0ff3-4be1-94d6-2e631a5a3ca4.png">
<img src="https://user-images.githubusercontent.com/38869235/185734849-c97e7d83-681e-4b40-a399-6a1872659802.png">
Expand All @@ -571,5 +571,5 @@ pi = pi + 1; →It refuses again and generate error, as Arithmetic Operation on
<li> <strong> <a href="https://github.com/AvinandanBose/C_Plus_Plus_Intermediate_Pointers_I/blob/main/ExampleRelatedToPointerToPointer_FunctionCallAndRecursion.cpp"> Example 2 To Above Note (Pointers To Pointers,Function,Function Call, Recursion)</a> </strong></li>
</ul>
<h3><i><ins>Note:</i></ins></h3> <h3><dataType> *ptr and cout<<(int)ptr → would produce permission error if run on TDM-GCC and compiler could restrict the type cast convertion . In such case use MinGW to avoid such error.</h3>
<h1> Next 👉 <a href = 'https://github.com/AvinandanBose/C_Plus_Plus_Intermediate_II'> C++ Intermediate II </a> </h1>

0 comments on commit e8cbab9

Please sign in to comment.