diff --git a/docs/day-12/Object_Oriented_Programming.md b/docs/day-12/object-oriented-programming.md similarity index 96% rename from docs/day-12/Object_Oriented_Programming.md rename to docs/day-12/object-oriented-programming.md index 2654b16ce..bb5b2560c 100644 --- a/docs/day-12/Object_Oriented_Programming.md +++ b/docs/day-12/object-oriented-programming.md @@ -1,3 +1,12 @@ +--- +sidebar_position: 1 +title: "Pointers in Array in C++" +description: "In this tutorial, we will learn about Pointers in Array in C++ programming with the help of examples. A pointer is a variable that stores the memory address of another variable. Pointers are used to store the address of variables, arrays, and functions in C++." +sidebar_label: "Pointers in Array" +slug: oops-in-cpp +--- + + ## C++ OOPS Basics ## What is OOP