Login

Lost your password?
Don't have an account? Sign Up

Arrays In C: C Tutorial In Hindi #23

In this series of C programming tutorial videos, I have explained you everything you need to know about C language. I hope you are enjoying this C course in Hindi.
►This C Lecture is a part of this C Programming Course:
►Source Code + Notes:
►Click here to subscribe –

Best Hindi Videos For Learning Programming:

►Learn Python In One Video –

►Learn JavaScript in One Video –

►Learn PHP In One Video –

►Machine Learning Using Python –

►Creating & Hosting A Website (Tech Blog) Using Python –

►Advanced Python Tutorials –

►Object Oriented Programming In Python –

►Python Data Science and Big Data Tutorials –

Follow Me On Social Media
►Website (created using Flask) –
►Facebook –
►Instagram –
►Personal Facebook A/c –
Twitter –

https://www.educational.guru

29 comments

  1. Saqlain Ahmed

    An array contains “n” elements of numbers. The several elements of this array may contain
    the same number “x”. Write a program to find the total number of elements which are equal to
    “x” and also indicate the position of the first such element in the array.

  2. Atanu Samanta

    harry bhai..i am very greatful for your videos..i lost all my hope that i can write a code..after 1.5 year i started studying again only beacause of your videos. whenever i watch your videos i feel fully charged of energy and confidence.

  3. Humza Khan

    An Array has a mix of 0s and 1s representing False and True Boolean values. Write function AllTrue() that returns 1 when all the entries in the array are true, and 0 when at least one of the entry in the array is false. Do Not Use Selection Structures.

    kisi k pass is ka solution hai tu dey dy plzz ???

    1. shikhar govil

      yes you can do it. there is absolutely no issue in it. we define size initially just to reserve particular amount of blocks in memory. it’s upto programmer then that how much he uses it.

  4. Mysterious_man

    bhai aise hi simple hindi language me videos bnate raho!!
    mere exam aane waale hai..pehley mujhe fail hone ka darr lg rha tha…but ab aapki videos dekhne ke baad meri tension thodi kam ho gyi hai……..thanks bro!!!?

    1. Sebabrata Pramanik

      @CodeWithHarry last point clear nhi hai means vector, matrix, wala. Yeh point ka meaning that they are same as “matrix”…which is a topic of maths if you don’t know. apko yeh bolna chaiye tha. This comment is not spread hate on this video. this video is excellent but he should have included that “Maths” topic.

  5. Zubair Ahmad

    Sir it is possible to increase array once you have declared it.

    I confirm because I made a program an din my program, before the array is name[10] but after watching the last section of video I increase array and now this is name[11] and I not get any error and I am in Visual code.

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*