Linear Search
In this blog we will see the basics of DSA, the topic is linear search. linear search is based on the brute force approach by comparing every element of an…
In this blog we will see the basics of DSA, the topic is linear search. linear search is based on the brute force approach by comparing every element of an…
पाइथन एक General Purpose Object-Oriented Programming language है | जिसका उपयोग हम Software बनाने के लिए करते हैं, सॉफ्टवेयर जैसे Desktop, Web, Console एप्लीकेशन सॉफ्टवेयर आदि। System Scripting, Tasks Automation…
Table of ContentsClassObject Class Class is a logical entity contains the information of their members like member method, member variable, static method, static variable, access modifier, constructor, destructor & constant.…
Table of ContentsLoopTypes of loop (Loop के प्रकार)1. Entry Control Loop2. Exit Control LoopFor LoopWhile LoopDo-While Loop Loop Loop (repetition) में एक या एक से अधिक statements होती है, जो…
Table of ContentsUnionVideo ReferenceDefine UnionNote Union Union एक used defined data type है struct की तरह, जो की अलग-अलग प्रकार का डेटा रख सकता है, एक ही मेमोरी लोकेशन पर।…