C++ Pointers
Introduction to C++ Pointers Pointers के बारे में आप C language में पहले पढ़ चुके है। C++ में भी pointers को उसी प्रकार …
Introduction to C++ Pointers Pointers के बारे में आप C language में पहले पढ़ चुके है। C++ में भी pointers को उसी प्रकार …
Introduction to C++ References C++ में reference या reference variable किसी existing variable का alias (वैकल्पिक नाम) …
Introduction to C++ Storage Classes C++ में variables की अलग अलग storage classes (categories) होती है। अलग अलग storage …
Introduction to C++ Strings Strings characters की sequence होती है। आसान शब्दों में कहें तो जब अक्षरों को एक क्रम में …
Introduction to C++ Templates Templates C++ का एक important feature है। Templates C++ में generic programming की ability …
Introduction to C++ Type Conversion Type conversion एक ऐसी process होती है जिसमें एक तरह के data type की value/variable …
Introduction to C++ Type Modifiers C++ आपको कुछ built in primitive data types (int, char और double) को modify (change) …
Introduction to C++ Type Qualifiers C++ में type qualifiers के द्वारा किसी variable के बारे में अतिरिक्त जानकारी provide …
Introduction to C++ Variables किसी भी तरह के data को computer memory में store करने के लिए आप variables का उपयोग करते …
Introduction to C++ Virtual Functions C++ आपको polymorphism की capability provide करती है। Polymorphism का मतलब एक …