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
    • Blog
    • c tutorials for beginners in hindi
C Programming in hindi

Structure in c (हिंदी)

Heera Singh January 13, 2023 0 Comments

Table of ContentsStructureDeclaring a StructureDeclaring a Structure VariableAccessing Structure Members Structure Structure एक derived data type हैं c programming में, जो कि एक ही बार में एक या एक से…

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

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 में…

C Programming in hindi

Variable & Constant in C(हिंदी)

Heera Singh November 24, 2022 0 Comments

Variable Variable memory location को दिया एक नाम है जो data को होल्ड (store) करता है। variable की value को हम program के execution के दौरान change भी कर सकते…

C Programming in hindi

Decision-making statements (हिंदी)

Heera Singh November 24, 2022 0 Comments

Table of ContentsTypes of Decision-making statements1. if statement2. if else statement3. Nested if-else statement4. else if ladder statement5. Switch-case statement Decision making statements को हम conditional statements (condition , परिस्तिथि…

C Programming in hindi

Introduction to C programming (C प्रोग्रामिंग का परिचय)

Heera Singh November 17, 2022 0 Comments

C एक कंप्यूटर Programming भाषा जो की कंप्यूटर Software बनाने के काम आती है। C Programming को डेनिस रिची के द्वारा अविष्कार किया गया था (1969 - 73) | ये…

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