Skip to content
Online Vidyalay

Online Vidyalay

The source of learning

Online Vidyalay

Online Vidyalay

The source of learning

  • Home
  • HTML (हिंदी)
  • Data Structures And Algorithms
  • Programming
    • C Programming (हिंदी)
    • C++ Programming (हिंदी)
    • PHP in हिंदी
    • Java Programming (हिंदी)
    • Python (हिंदी)
    • C# Programming (हिंदी)
    • Data Structure
    • HTML (हिंदी)
  • Data Structure
  • Blog
  • Study Material
  • Contact us
  • Login
    • Home
    • 2022
    • December
Data Structure

Introduction to Data Structure

Heera Singh December 31, 2022 0 Comments

Data structures are a way of organizing and storing data in a computer so that it can be accessed and modified efficiently. Different types of data structures are suited to…

C Programming in hindi

Array in c (हिंदी)

Heera Singh December 13, 2022 0 Comments

Array एक प्रकार का derived data type है जो को एक बार एक से अधिक element (values) को स्टोर कर सकता है। array एक बार में एक ही प्रकार (same…

Object-Oriented Programming in C++

Constructor in C++

Heera Singh December 13, 2022 0 Comments

object Table of ContentsConstructorTypes of constructor1. Default constructor2. Parameterized constructor2. Copy constructor Constructor Constructor is a special kind of member method which never return a value. It is used to…

Object-Oriented Programming in C++

Classes & Objects

Heera Singh December 10, 2022 0 Comments

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.…

Object-Oriented Programming in C++

Introduction to Object-Oriented Programming

Heera Singh December 9, 2022 0 Comments

Everything is based on objects and classes. Object-oriented programming (OOP) is a programming paradigm that is based on the concept of “objects”, which are data structures that contain both data…

C Programming in hindi

Comment in C(हिंदी)

Heera Singh December 3, 2022 0 Comments

Table of ContentsTypes of Comment1. Single Line Comment1. Multi-Line Comment Comment का उपयोग को program को explain करने की लिए किया जाता है, ताकि जो प्रोग्राम को read करते ही…

C Programming in hindi

Keywords & Identifiers (हिंदी)

Heera Singh December 3, 2022 0 Comments

Table of ContentsKeywordsC Keywords ListIdentifiersRules of declaring an Identifier  Keywords Keywords वो word (शब्द) है जिनकी meaning पहले से define है। जिनको हम अपने program में variable/identifier के रूप में…

C Programming in hindi

First Program (Hello World)

Heera Singh December 3, 2022 0 Comments

#include <stdio.h> void main() { printf("Hello, World!"); } line 1 में जो #include लिखा गया है ये preprocessor directive कहलाता है। stdio.h एक header file जिसे प्रत्येक c program में…

Data Structure

Linked List Data Structure

Heera Singh December 1, 2022 0 Comments

Table of ContentsLinked ListLinked List Representation in MemoryTypes of Linked ListsOperations on Linked List1. Singly Linked ListRepresentation of Singly Linked ListImplementation of Singly Linked List2. Doubly Linked ListRepresentation of Doubly…

  • Basic Computer in Hindi
  • C Programming in hindi
  • C# Programming in Hindi
  • Data Structure
  • Data Structures And Algorithms
  • html in hindi
  • Java Programming
  • Object-Oriented Programming in C++
  • php in hindi
  • Python Programming in Hindi

You Missed

Java Programming

What is Java?

Data Structures And Algorithms

Selection Sort

Data Structures And Algorithms

Binary Search

Data Structures And Algorithms

Linear Search

Online Vidyalay

Online Vidyalay

The source of learning

Copyright © All rights reserved | Blogus by Themeansar.