Assigning Values to Variables in C (HINDI)

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 82

  • @easytuts4youcom
    @easytuts4youcom  9 років тому

    @koushik suthar, You can use this website to download our tutorials:
    bit.ly/1dsgMuP

  • @easytuts4youcom
    @easytuts4youcom  9 років тому +1

    @PRADEEP KUMAR, It's pleasure to here from you and thank you too for your kind words.

  • @nitikagupta8019
    @nitikagupta8019 7 років тому +3

    Thnq so much sir 4 ur vdos. I cleared my O level exam of C language bcz of u...

  • @chzeeshan4738
    @chzeeshan4738 8 років тому +1

    Sir Yor are great.Your tutorials are helping me alot.I have never seen any tutorials on C better than yours.

  • @sadiashahab9290
    @sadiashahab9290 6 років тому +2

    Thanks alot sir for your these videos
    Your videos helped me alot for learning c language

  • @ventagememes7986
    @ventagememes7986 3 роки тому

    Thnq so much sir 4 ur vdos. I cleared my O level exam of C language bcz of u..... i want to learn php programming by ua videos..have u prapare that video?

  • @pradeepkumar-yf2gd
    @pradeepkumar-yf2gd 9 років тому +2

    you are too good sir thank you so much sir...mujhe pahle Kuch ni aata tha c me bt ab sb Kuch aata h sirf aal ki wajah se sir...

  • @prashilsawale4669
    @prashilsawale4669 8 років тому +1

    thank u so muchhh sir...ua teaching is really easy and understandable.... i want to learn php programming by ua videos..have u prapare that video?

  • @mohammadyasir230
    @mohammadyasir230 7 років тому +4

    I got help more to know C programming ! thanks

  • @laibaahmed1407
    @laibaahmed1407 8 років тому +1

    thank you so much sir your videos helped me a lot in learning c.......God bless you :)

  • @aayushkumar6740
    @aayushkumar6740 9 років тому

    Sir you are great, you doesn't know how much you help me in understanding c
    lots and lots of thanks sir

    • @easytuts4youcom
      @easytuts4youcom  9 років тому

      +Aayush Kumar, You're welcome dear, keep learning. GOD bless you.

  • @abgaur01
    @abgaur01 8 років тому +1

    Thank you Mr. Pandey. Keep Doing this amazing work.

  • @raushanraj-pp9hp
    @raushanraj-pp9hp 6 років тому +1

    Thanks sir...but I want more examples on flowchart and algorithm ...please make videos ...

  • @trushaborade5055
    @trushaborade5055 7 років тому +1

    hello sr i am computer teacher and i used ubantu os...so how do install c ...because 10 std in 16 chaptrs c programming....

  • @chaturbhujroy1733
    @chaturbhujroy1733 7 років тому +3

    explained excellently.

  • @shivanikumarimahto2232
    @shivanikumarimahto2232 5 років тому

    You are best sir in would 🥰

  • @mayurshah492
    @mayurshah492 9 років тому +2

    thankyou sir for explaining every concept in detail

  • @arvindstudytech071
    @arvindstudytech071 6 років тому

    Very nice C programming videos

  • @aesthetickshitiz8333
    @aesthetickshitiz8333 7 років тому +2

    gr8 job sir ✌ god bless u ☺

  • @akhilesh6464
    @akhilesh6464 5 років тому

    Bahut bahut dhanyabad sir ji

  • @MrHasan-dn9sn
    @MrHasan-dn9sn 8 років тому

    thanx sir you doing very good job

  • @prabh5304
    @prabh5304 7 років тому

    Very good sir u are really great

  • @sinjinidas07
    @sinjinidas07 7 років тому +4

    i got my doubts clear, thank you so much :-)

  • @amey203
    @amey203 9 років тому +1

    sir I have a question ,how do u earn by these videos because sir your teaching is awesome

    • @easytuts4youcom
      @easytuts4youcom  9 років тому +4

      +amey rao, First of all thanks for your comment, we don't put these tuts to earn dear. I'm an assistant professor by the way, we're here to help you out and all the other students who want to learn in HINDI and for without any costs.

    • @amey203
      @amey203 9 років тому

      wow sir that's really great of u ,I am enjoying watching ur videos its really helpful ,thank u again sir

  • @BushraAzeem
    @BushraAzeem 2 роки тому

    GOOD LECTURE KEEP IT UP

  • @ashishshukla6932
    @ashishshukla6932 7 років тому +1

    grt vdo sir my doubts are clear..

  • @ashutosmisraa
    @ashutosmisraa 8 років тому

    Sir i am so damn grateful to you for making these videos but Sir the videos are lil bit whiteness n blurring some times. plz fix that issue I will be so Thankful to you

  • @KrAsh_Tube
    @KrAsh_Tube 9 років тому

    Nice lecture sir! please provite data structure for bca 1st year .. thnks

  • @manjilzerosix6254
    @manjilzerosix6254 5 років тому

    Tq very much sir.

  • @aayushkumar6740
    @aayushkumar6740 9 років тому

    Sir I have semester exam this week of c , can you tell me how can I shall be prepared
    these videos are sufficient for the exam

    • @easytuts4youcom
      @easytuts4youcom  9 років тому

      +Aayush Kumar, Yes they are and I would suggest you to practice them as much as possible to get the logic and solve the given tasks.

  • @amberkrdas5215
    @amberkrdas5215 7 років тому +1

    Useful

  • @koushiksuthar95
    @koushiksuthar95 9 років тому +3

    sir,
    how to download all videos

    •  5 років тому

      Just download the playlist,done

  • @uncertainmagic2806
    @uncertainmagic2806 3 роки тому

    Thanks Sir

  • @sherymalik8501
    @sherymalik8501 3 роки тому

    assigning a value to variable what kind of instruction is this in c??

  • @errahulrajocjp
    @errahulrajocjp 8 років тому

    main()
    {
    int a=0,b=0;
    a=(b=75)+9;
    printf("
    %d %d",a,b);
    }
    Sir, what is the output, explain me please ?

  • @avinashsandanshiv7518
    @avinashsandanshiv7518 4 роки тому

    Super sir

  • @nandu3346
    @nandu3346 3 роки тому

    best sir

  • @prashilsawale4669
    @prashilsawale4669 8 років тому +2

    Thanxx

  • @AMRESHKUMAR-ol9ei
    @AMRESHKUMAR-ol9ei Рік тому

    sir notes kaise milega
    ??????

  • @suresh4022
    @suresh4022 6 років тому

    Thanks

  • @sanjeevsahu836
    @sanjeevsahu836 3 роки тому

    Sir c programming language ka pura chapter video pardh dijiye

  • @pawankumar-nj7ho
    @pawankumar-nj7ho 6 років тому +1

    सर आई रिक्वेस्ट यु सभी प्रोग्राम को एक बार कंप्यूटर पे रन करा के भी दिखया करे।

    • @easytuts4youcom
      @easytuts4youcom  6 років тому +2

      In our upcoming tutorials we're doing this. Do check out :)

  • @meenaingarulkar1942
    @meenaingarulkar1942 4 роки тому

    Each share assigned a value a called

  • @ShivamPandey-wf4sb
    @ShivamPandey-wf4sb 8 років тому

    sir, add some 'c' programs with video tutorial.

  • @subirmahapatra6119
    @subirmahapatra6119 2 роки тому

    Sir (".......",&...); kiu use karenge iska kia kam hai pls bataia

    • @easytuts4youcom
      @easytuts4youcom  2 роки тому

      Variable par value store karane ke liye isaka use kiya jaata hai

  • @priyankachouhan1659
    @priyankachouhan1659 5 років тому

    Sir thora bada bada likhiye to achha dikhega

  • @vjaychahar2500
    @vjaychahar2500 6 років тому

    &variable1,,,yha par & kyu lagaya h or iska kaya work h

  • @venusclasses2066
    @venusclasses2066 7 років тому

    what is syntax and scanf

    • @babarhans7485
      @babarhans7485 6 років тому

      Vaishali Verma
      Syntax means structure of statment and syntax is a computer language word
      And scanf means k ap user se input lo ap value na do user kry value sign so it is called scanf

  • @ishusharma2907
    @ishusharma2907 9 років тому

    sir i don't get the string type and its use

    • @easytuts4youcom
      @easytuts4youcom  9 років тому

      hemant sharma, Watch these videos:ua-cam.com/video/yPqZYq2g6NE/v-deo.html
      ua-cam.com/video/V82U0gIZesk/v-deo.html

    • @ishusharma2907
      @ishusharma2907 9 років тому

      Thnak you sir

  • @sanjeevanipoudel821
    @sanjeevanipoudel821 7 років тому +2

    Your writings are too blur, they are not easily understandable so plz make a bit a close video.

  • @rakhibaghel9721
    @rakhibaghel9721 7 років тому

    sir hum scanf ka used kyoo krte hai..

    • @vineetasingh992
      @vineetasingh992 6 років тому

      Rakhi Baghel .. keyboard se input dene K liye at the time of execution

  • @aayushkumar6740
    @aayushkumar6740 9 років тому +2

    Thanks sir

  • @TinkuKumarA
    @TinkuKumarA 6 років тому

    Thanks

  • @rockstarpr1142
    @rockstarpr1142 7 років тому

    thanks sir

  • @ShubhamGupta-xf6xi
    @ShubhamGupta-xf6xi 8 років тому

    thanks sir