From 04478272c207468dd3e5aa702e69c3689064a456 Mon Sep 17 00:00:00 2001 From: Maitrayee Khalasi <132223523+maitrayeeDev@users.noreply.github.com> Date: Mon, 31 Jul 2023 21:05:19 +0530 Subject: [PATCH] Update the link of youtube channel (#4262) Updated the link of youtube channel in c++ roadmap, bitwise operators --- .../roadmaps/cpp/content/102-basic-operations/103-bitwise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/cpp/content/102-basic-operations/103-bitwise.md b/src/data/roadmaps/cpp/content/102-basic-operations/103-bitwise.md index caeb12a96..7966286d8 100644 --- a/src/data/roadmaps/cpp/content/102-basic-operations/103-bitwise.md +++ b/src/data/roadmaps/cpp/content/102-basic-operations/103-bitwise.md @@ -65,5 +65,5 @@ int result = 5 >> 1; // result will be 2 (0000 0101 >> 1 = 0000 0010) ``` These were the most common bitwise operations in C++. Remember to use them carefully and understand their behavior when applied to specific data types and scenarios. -- [Intro to Binary and Bitwise Operators in C++](https://youtu.be/kxwrt7og0gi) -- [Bitwise AND (&), OR (|), XOR (^) and NOT (~) in C++](https://youtu.be/hoqhw6_1naa) \ No newline at end of file +- [Intro to Binary and Bitwise Operators in C++](https://youtu.be/KXwRt7og0gI) +- [Bitwise AND (&), OR (|), XOR (^) and NOT (~) in C++](https://youtu.be/HoQhw6_1NAA)