C or C++ | What coding language should you learn ?

Поделиться
HTML-код
  • Опубликовано: 27 янв 2025

Комментарии • 1,3 тыс.

  • @aadyachinubhai
    @aadyachinubhai 2 года назад +146

    All the high level languages will help you get work or jobs or other things but C will give you a taste of how Computer Science used to be in its early stages. You will travel through the history of computer science like a story book . C was one of the most fundamental languages at one time and even now. You will understand the memory structure of a computer and how you can write efficient code and even when can/should you free memory. It is also a compiled language, so it will compile your code to machine language before executing. This makes it much faster. I started python first due to my Data Science / ML hobby and didn't touch C till my 6th Sem. After taking courses like Computer organization and Architecture, Embedded Systems, Operating Systems, I understood how close it is to the root of the computer. You will also know how a program can access its hardware. I encountered numerous errors in python related to memory allocation but after learning C concepts, I started to understand the errors alot better. This is an essential Skill for a developer. Python fails to help you in that matter. At the end , I would like to say that we should not forget that C was the basis of many other tools like Java, C++, C#, Various OS Kernels ( Windows, Linux ), SQL Databases etc which have created a huge impact. Maybe people will some day come back to using C . We should all thank Dennis Ritchie and Ken Thompson for creating this wonderful language.

  • @utiro
    @utiro 3 года назад +591

    Its my personal experience that if you learn C, you can learn any other language in no time.
    It helps

    • @Official_BP24_X
      @Official_BP24_X 4 месяца назад +2

      ​@@abhinandanmaurya47 ,,this video is correct ,,,
      I feel ,,c ka syntax,,hard hai thoda ,compare to cpp

  • @VivekKumar-ui1ro
    @VivekKumar-ui1ro 3 года назад +52

    Please Make a Course on :-
    1) Operating Sysytem
    2) OOPS
    3)IDBMS also

  • @rishabhparashar6247
    @rishabhparashar6247 3 года назад +891

    They teach C because it helps students to start functional programming and grasp memory management concepts easily and also it's easier than C++ and Java.

    • @AvinandanBose
      @AvinandanBose 3 года назад +32

      You know memory allocation such as malloc gives birth to new keyword in C++ and Java . If you want to learn deep inside of coding you must start with C.

    • @rishabhparashar6247
      @rishabhparashar6247 3 года назад +5

      @@AvinandanBose well there are a lot of students who don't even know what they're learning coding for!!
      Not every subdomain in cs requires that strong knowledge of programming.

    • @AvinandanBose
      @AvinandanBose 3 года назад +13

      @@rishabhparashar6247 I agree with you but at some point of time .... every coder learns C. I am not talking of college syllabus.☺️ If you think learning Code is a passion...

    • @sathvikreddy4807
      @sathvikreddy4807 3 года назад +4

      So from next month my college is gonna start.
      In my college C language is being taught first(I looked into the syllabus).
      But I thought of learning C++ first because I heard that it would be good for competative programming and other things also.
      But now I am confused as of which one should I start with.
      Should I start with C OR C++

    • @rishabhparashar6247
      @rishabhparashar6247 3 года назад +12

      @@sathvikreddy4807 I think you should start with C if you are starting with Coding, it won't take much time, hardly a month to learn the fundamentals and then you can move on to C++.

  • @random30sec.clipsforrecomm7
    @random30sec.clipsforrecomm7 3 года назад +194

    I've learnt Java to beginners level in my school days, but I realise while learning C in 1st year, that I should've started with C language, as it'll build your basics understanding about how machine level languages actually works.

    • @harshitachadokar69
      @harshitachadokar69 2 года назад +2

      I am gonna start coding
      I have not done anything related coding yet
      So what should I prefer C or C++ ?
      Also I am not from CS branch so I have to learn only for placement

    • @sanketshelvane917
      @sanketshelvane917 2 года назад +2

      @@harshitachadokar69 start with c

    • @sophiamaurya5198
      @sophiamaurya5198 Год назад

      Start with javascript

  • @STOCKSPECIFIC
    @STOCKSPECIFIC 3 года назад +358

    🌟“You can’t go back and change the beginning, but you can start where you are and change the ending...”
    ―C. S. Lewis

  • @lahasubrata
    @lahasubrata 3 года назад +107

    Always start with C language, believe me, if you good at C programming language, you can learn any language thereafter very easily.

  • @spoofer9113
    @spoofer9113 3 года назад +297

    But I still do believe that learning C first, no matter what, it will help you to grasp any other languages in no time. And you would also remember the syntax fast after learning C from Let Us C by Yashwant P. kanetkar specially!

    • @shivapaul1479
      @shivapaul1479 3 года назад +8

      bhai koi youtube channel c ke liye bta do please

    • @spoofer9113
      @spoofer9113 3 года назад +5

      @@shivapaul1479 C k liye Mysirg dekh lo agar apdhna hi chahte ho to. Varna Let Us C book best hai sabse

    • @shivapaul1479
      @shivapaul1479 3 года назад +1

      @@spoofer9113 bhai koi youtube channel jante ho?

    • @PHENOGAMING
      @PHENOGAMING 3 года назад +1

      @@shivapaul1479 edureka

    • @aarohi2711
      @aarohi2711 3 года назад

      Yeah currently learning 😂

  • @TheMR-777
    @TheMR-777 3 года назад +396

    Absolutely agree, and it's my personal experience, that if you pick up a language, and you start learning it, and things get going as you want them to go... You will absolutely start to love it :)
    I'm a (Modern) C++ Programmer, and I started learning from C++. So, My suggestion:
    _Learn any Language, even if it's C, but try to Learn 100% + In-Depth knowledge. Only then you will love it_

    • @Pinkblink549
      @Pinkblink549 3 года назад

      ruclips.net/video/gMelDliqF9k/видео.html

    • @Shreyasiiiii
      @Shreyasiiiii 3 года назад +3

      Modern means🙂?

    • @TheMR-777
      @TheMR-777 3 года назад +13

      @@Shreyasiiiii Means, C++11, 14, 17, 20 and beyond :)
      Actually, the Earlier versions, such as, C++98, 99, and C++03 are the Legacy versions. A lot has changed and reinvented since C++11, so the AGE of C++11 and beyond is called *MODERN C++* but sadly it isn't taught in our Colleges and Universities

    • @Shreyasiiiii
      @Shreyasiiiii 3 года назад +5

      @@TheMR-777 ohhk😀... thanks for the detailed explanation :)

    • @TheMR-777
      @TheMR-777 3 года назад +2

      @@Shreyasiiiii My Pleasure 🙂

  • @AvinandanBose
    @AvinandanBose 3 года назад +148

    👉➡️Why you should learn C? C is considered to be mother language of C++ and Java . Eg: Memory allocation -> malloc gives birth to new keyword in C++ and Java . If you want to learn deep inside of coding you must start with C . One can read C and C++ in parallel / synchronous as 80% syntax are same as said in this video . - My viewpoint

    • @universemishra
      @universemishra 3 года назад +3

      ruclips.net/channel/UCzffcgux9ZgUvqkxFlqDc6w

    • @universemishra
      @universemishra 3 года назад +5

      Bhai thora share kar dijia group me I am very poor person I have no any house 🏠 to live please share my channel in all groups I want to earn something

    • @AvinandanBose
      @AvinandanBose 3 года назад +3

      @@universemishra Ok I will tell my friends to watch your channel....

    • @sohailpasha1066
      @sohailpasha1066 2 года назад +4

      Should i learn c language does it have scope in todays date ?

    • @happiness6030
      @happiness6030 Год назад

      Sir i need css course by sharadha didi pls ☹

  • @bishwaskumar3324
    @bishwaskumar3324 3 года назад +954

    Lucky me, was taught C++ in school so it was really easy for me to grasp C in the first year of college 🙂

  • @vishwajeet21sharma
    @vishwajeet21sharma 3 года назад +316

    her body language is getting better and better day by day

  • @anandmahamuni5442
    @anandmahamuni5442 3 года назад +45

    Just go with C, learning other languages will be a much easier task and you don't have to go through the hardship of learning C given how frustrating and typical it is

    • @oyesid07
      @oyesid07 2 года назад

      Which platform i learn c language?

    • @diasharma153
      @diasharma153 2 года назад

      @@oyesid07 You can learn it on this channel itself. Just search yt for it.

    • @prathamdwivedi106
      @prathamdwivedi106 2 года назад

      Can I learn Java after c or is it necessary to do cpp. I personally want to do Java but I also want to competitive programming. Which language hs asked in Microsoft and Google placements.

  • @sahilmane5727
    @sahilmane5727 Год назад +22

    Believe me learning C first is the best decision if you want to strengthen your core of any language. More of it will give you a depth idea about how a language works and increase your interest in Coding.
    If want to lear C from a beginner level to medium high core I would highly Recommend you to go with "LET US C" of Yashwant Kanetkar.
    It will strong your grip on basics of C .

    • @shreyamishra1948
      @shreyamishra1948 Год назад +3

      Maine class 12 me computer science subject nhi liya tha ab maine btech cse liya h to mai kaun si programming language sikho.

    • @sahilmane5727
      @sahilmane5727 Год назад

      @@shreyamishra1948 Start with C++ don't get into C now.

    • @wildjam4373
      @wildjam4373 Год назад +2

      Phele c se start kro bro...fir cpp kr lena...me bhi btech cse student hoon first year or mene bhi c start kiya hai 👍

    • @AcchuUccha-zl3xj
      @AcchuUccha-zl3xj 7 месяцев назад +1

      To learn c is it necessary to have laptop while learning bcz I don't have laptop right but I want to learn language c before joining college

    • @sahilmane5727
      @sahilmane5727 7 месяцев назад

      @@AcchuUccha-zl3xj Yeah it is recommended to have a laptop for coding. But you can do it online using compliers on you phone or tab also. :)

  • @asadniaz9636
    @asadniaz9636 3 года назад +62

    I am learning c++ now 🤩 i need more videos on basic then i want to start oop 🙄

    • @yashprajapati2977
      @yashprajapati2977 3 года назад +4

      They made all c++ videos

    • @sathvikreddy4807
      @sathvikreddy4807 3 года назад +1

      So from next month my college is gonna start.
      In my college C language is being taught first(I looked into the syllabus).
      But I thought of learning C++ first because I heard that it would be good for competative programming and other things also.
      But now I am confused as of which one should I start with.
      Should I start with C OR C++

    • @yashprajapati2977
      @yashprajapati2977 3 года назад +1

      @@sathvikreddy4807 Just start with any language both language helpful for other language

    • @Sajal_Dadsena
      @Sajal_Dadsena 3 года назад

      @@yashprajapati2977 bich ke vids gayab h uska kya?

    • @yashprajapati2977
      @yashprajapati2977 3 года назад

      @@Sajal_Dadsena matlab jitna require hai utna with data structures hai usse problem solving tactic me kaafi help hoti hai

  • @niteeshdeshmukh3441
    @niteeshdeshmukh3441 3 года назад +39

    Learning the fundamentals of programming is what that matters most after that all you need to learn is the syntax.
    My first language was C++ , i focused on the concepts and fundamentals of programming.
    Now i know C , C++ , Java , Python.
    I write exploits in C/C++ , scripts in python , usual projects in Java.
    So if you are leaning to code for first time focus on the concepts more rather than the language

    • @pawankumar-by3pr
      @pawankumar-by3pr 3 года назад

      How I learn programming language himself

    • @divyanshukothari8407
      @divyanshukothari8407 2 года назад

      What kind of bugs you find???

    • @Zoolander5467
      @Zoolander5467 2 года назад

      @@divyanshukothari8407 what kind of question even is this

    • @aryanm.04
      @aryanm.04 2 года назад

      I am a very very new part can i get a help from anyone that from which part dhould i start to adapt things will like what should be by check list up to.

    • @ritam4382
      @ritam4382 2 года назад

      I've already learned python at basic level for 1 yr, so should I still start with C or can I shift to C++ instead?

  • @vismaya4561
    @vismaya4561 3 года назад +44

    Could you please upload a detailed video on NIMCET(mca) from a bca perspective.
    Please ! Because I personally feel like your road maps, guidance and suggestions are the MOST realistic and practical one. So please do make a video for bca placement and higher study related video.
    And do keep the good work your doing no matter what happens we are with you Bhaiya !

  • @mkartworld325
    @mkartworld325 3 года назад +359

    My mind : don't write it don't write it
    Me: female aman dhattarwal 😅

  • @TheBaljitSingh
    @TheBaljitSingh 2 года назад +32

    My suggestions
    Learn 1 months C to build concept for other programming language.
    C is Basic language to build base

    • @ritam4382
      @ritam4382 2 года назад +1

      I've already learned python at basic level for 1 yr, so should I still start with C or can I shift to C++ instead?

    • @harshitachadokar69
      @harshitachadokar69 2 года назад

      I am gonna start coding
      I have not done anything related coding yet
      So what should I prefer C or C++ ?
      Also I am not from CS branch so I have to learn only for placement

    • @NextGen_Hustle1
      @NextGen_Hustle1 2 месяца назад

      C​@@ritam4382

  • @aazamben4582
    @aazamben4582 3 года назад +925

    Learn C..trust me. Only for one month or 3 weeks, it will help you understand lot of thinking behind the scenes.
    Here is a fun part for everyone:
    "The language you learn is not as important as the concepts and ways of programming."

    • @therealb888
      @therealb888 3 года назад +17

      This is very true👍🏽. What sources are you learning C from? What do you specifically mean learning behind the scenes?. I understand this as understanding compliers and asm, registers, buffers & such. What are you specifically referring to?

    • @atulchourasiya8071
      @atulchourasiya8071 3 года назад +9

      Thankyou but it takes 2-3 month from beginner to medium

    • @aazamben4582
      @aazamben4582 3 года назад +22

      @@therealb888 If you ask then I would only say that I have learned C from Harvard Course that is available online for free. I learned C for understanding programming common paradigms. It's really a good course. Though in the middle it will get very hard. If I be honest here, I didn't actually completed the whole course.
      And about conceptual programming lesson I prefer MIT courses, that is also available for free.

    • @aazamben4582
      @aazamben4582 3 года назад +8

      @@atulchourasiya8071 I believe in putting time for something, not in the inferences of certainty.

    • @atulchourasiya8071
      @atulchourasiya8071 3 года назад +6

      @@aazamben4582👏👏

  • @kanak735
    @kanak735 3 года назад +12

    C has a lot of UB which helps us in writing code which breaks less. Also no other HLL can replace C for device drivers "Nothing Better Than C!"

  • @niharikamishra9745
    @niharikamishra9745 Год назад +14

    From starting my goal is clear to go in with c++ since it is an object oriented programming language,one can learn memory management and highly recommended for competitive programming.But when I reached my college the first language I was taught was C and believe me guys it is a very beginner friendly language and it help me a lot to get along with c++.

    • @Anushka_dubey
      @Anushka_dubey Год назад +2

      so we should start with c++ or c?
      after 2months clgs are gonna start(1st year)
      I can code in java.

    • @niharikamishra9745
      @niharikamishra9745 Год назад +3

      @@Anushka_dubey Go with c++ from now on it help you in your exams as well as for placement preparation

    • @niharikamishra9745
      @niharikamishra9745 Год назад +2

      @@Anushka_dubey it's my experience that in first year you should be able to complete dsa as well as any development.

    • @Anushka_dubey
      @Anushka_dubey Год назад +1

      @@niharikamishra9745 thank you very much ma'am !
      In 1st year entire DSA🤯

    • @niharikamishra9745
      @niharikamishra9745 Год назад +2

      @@Anushka_dubey complete it if you can believe me it will be hard but if you put your self into, Learn and practice for sure you will never go back in your life ❤️ It will boost your confidence
      Jai shree radhe Krishna 🌹🙏

  • @Kapil_Thakar
    @Kapil_Thakar 2 года назад +17

    C is required if you need to understand the things at hardware level.... u can optimize the things here... less memory space, u need to use only... even u need to for assembly for some special cases...

  • @shubhamshrivastava3131
    @shubhamshrivastava3131 3 года назад +207

    Can you start a playlist of android development? Otherwise machine learning and artificial intelligence course

    • @letsevolve9441
      @letsevolve9441 3 года назад +4

      @Apnacollege Yes bhai plzz try to make this highly demanded ❤❤❤❤

    • @universemishra
      @universemishra 3 года назад +1

      ruclips.net/channel/UCzffcgux9ZgUvqkxFlqDc6w

    • @universemishra
      @universemishra 3 года назад +1

      Please help me

    • @bpratikvinod8110
      @bpratikvinod8110 3 года назад +2

      AI, Data Science and blockchain development ka bhi agar possible ho to try karo....

    • @miss_momin
      @miss_momin 3 года назад

      Yes, Plz make video on ML

  • @DineshSharma-pp3ox
    @DineshSharma-pp3ox 3 года назад +7

    Best ever explanation for beginners thank you dii🔥🔥

  • @saurabhsingh4866
    @saurabhsingh4866 3 года назад +6

    Thanks for this video.I have actually this doubt.Keep going ❤️❤️❤️👍

  • @nn-qf2mz
    @nn-qf2mz 2 года назад +5

    This content is gold ✨. Very pragmatic and very helpful. Please please keep sharing such valuable insights. @Apna College

  • @figuringout8463
    @figuringout8463 3 года назад +11

    Thanks needed this ❤️❤️

  • @RajYadav-ec2vf
    @RajYadav-ec2vf 3 года назад +5

    Thanks for this video....was very confused about this question...Thanks apna college team for this video ❤️

  • @c2coding93
    @c2coding93 3 года назад +178

    Waiting for the cocoon web series...it will be killing all of us.

    • @STOCKSPECIFIC
      @STOCKSPECIFIC 3 года назад +1

      ME TOO FROM A LONG TIME!!!

    • @manastrivedi3841
      @manastrivedi3841 3 года назад +5

      But I really don't want to die...

    • @STOCKSPECIFIC
      @STOCKSPECIFIC 3 года назад +2

      @@manastrivedi3841 let your dreams never die buddy and through them you're gonna live forever.
      #quote: don't die with your songs inside you...

    • @manastrivedi3841
      @manastrivedi3841 3 года назад +2

      @@STOCKSPECIFIC That was a joke in relation to his statement "it will be killing us all"

    • @STOCKSPECIFIC
      @STOCKSPECIFIC 3 года назад

      @@manastrivedi3841 ya mann! i know..

  • @learncseasily3385
    @learncseasily3385 3 года назад +9

    C IS THE BEST LANGUAGE TO CLEAR UR BASIC FUNDAMENTALS BECAUSE IN C YOU HAVE TO CODE EVERYTHING SO IT WILL OPEN UR MIND HOW A PROGRAM ACTUALLY WORKS.BUT IN C++ MANY THINGS ARE SHORTCUTED LIKE THEIR IS NO FORMAT SPECIFIERS , SIZS OF STRING N ALL AND LOT MORE SO ACCORDING TO ME YOU MUST START UR JOURNEY WITH C ..AND THEN SHIFT TO UR RESPECTIVE AREAS WITH STRONG FUNDAMENTALS

    • @harshitachadokar69
      @harshitachadokar69 2 года назад +2

      I am gonna start coding
      I have not done anything related coding yet
      So what should I prefer C or C++ ?
      Also I am not from CS branch so I have to learn only for placement

    • @learncseasily3385
      @learncseasily3385 2 года назад

      @@harshitachadokar69 Hey i have just recently uploaded video on my channel watch this very nicely explained why i said c as a best language to prefer for the beginners

    • @learncseasily3385
      @learncseasily3385 2 года назад

      @@harshitachadokar69 ruclips.net/video/AplkGmp0KVk/видео.html

    • @learncseasily3385
      @learncseasily3385 2 года назад

      @@harshitachadokar69 you have to study DSA along with programming languages. This two subjs compulsory for placement

    • @harshitachadokar69
      @harshitachadokar69 2 года назад

      @@learncseasily3385 so like DSA and C is same ? Or I have to learn only DSA and not C language??

  • @CodeAddict_
    @CodeAddict_ Год назад +3

    >Those who are already familiar with computer concepts and had a computer as a subject in 12th should start right away with *C++* or *Java* & those who were not into computers can start with the *C* programming language first.

    • @PwVp
      @PwVp Год назад

      I took PCMB 💀

    • @CodeAddict_
      @CodeAddict_ Год назад

      @@PwVp i will suggest you to change pcm

    • @PwVp
      @PwVp Год назад

      @@CodeAddict_ I passed class 12 in 2022
      I would have said " I had chosen PCMB" 😅

    • @CodeAddict_
      @CodeAddict_ Год назад

      @@PwVp now what are you doing bro

    • @PwVp
      @PwVp Год назад

      @@CodeAddict_ waiting for councelling so came to get familiar with coding
      By the way PCMB was really fun

  • @madhucharan8525
    @madhucharan8525 3 года назад +13

    Please do a video on what languages we need to learn after class 12
    so that there won't be difficult in the college?

    • @computer5548
      @computer5548 3 года назад

      ruclips.net/video/OSQW6ZKBm34/видео.html

    • @mukulbishnoi2343
      @mukulbishnoi2343 3 года назад +1

      I think c++ is good choice after 12th grade

    • @sathvikreddy4807
      @sathvikreddy4807 3 года назад

      Same ,
      Which one are you starting with??

    • @anantgupta1188
      @anantgupta1188 3 года назад

      I am in 8th
      C is easy whatsoever
      languages are only difficult if you let them do

  • @riteshbisht94
    @riteshbisht94 Год назад +2

    C is an Emotion ❤️✨
    My personal favourite

  • @vedant_sl
    @vedant_sl 3 года назад +6

    Perfect explanation 🔥❤️

  • @kedarkenjalkar4883
    @kedarkenjalkar4883 Год назад +345

    I don't agree with her. C is the fundamental and you need to have a procedural paradigm background. It gives you the understanding of memory, different structures and arrays which are used in concepts like Computer Architecture which is very, very, very important. Gotta learn C

    • @satyamyadav9214
      @satyamyadav9214 Год назад +15

      She is right

    • @GauravKumar-pg5lq
      @GauravKumar-pg5lq Год назад +10

      Shi kaha bhai ne..

    • @onlycr7640
      @onlycr7640 10 месяцев назад +11

      c = your comment
      c++ = your comment+OOPS

    • @gimby3170
      @gimby3170 8 месяцев назад +20

      M ne toh 11th 12th m C++ sikha aur 1st year m C . I didn't feel any difficulty . Both the languages are kinda same

    • @onlycr7640
      @onlycr7640 8 месяцев назад +2

      @@gimby3170 yeah both are almost same.

  • @BackToBoi
    @BackToBoi 3 года назад +4

    Make a video on topic --
    If a student is in class 10 and if he is learning c++, then does it will affect his Future?
    AND
    is 10th result matter in coding journey,?

    • @RakeshSingh-lq4jo
      @RakeshSingh-lq4jo 3 года назад +2

      Seriously 😂

    • @BackToBoi
      @BackToBoi 3 года назад

      @@RakeshSingh-lq4jo what happened? Why are you laughing?

    • @RakeshSingh-lq4jo
      @RakeshSingh-lq4jo 3 года назад

      @@BackToBoi u want to know the future of C++😂

  • @CelibacyJourney
    @CelibacyJourney 3 года назад +4

    Thanku dii for clearing all doubts 🥺❤️🙏

  • @Anyaspy9988
    @Anyaspy9988 3 года назад +2

    Much needed video...Thanks😌

  • @julijaiswal9857
    @julijaiswal9857 3 года назад +70

    I really wanted this video today
    😂😂😂

  • @aryako_official
    @aryako_official 3 года назад +1

    c - Car with manual gear
    c++ - Car with Automatic Gear
    Python - Tesla

  • @amaanalikhan9450
    @amaanalikhan9450 3 года назад +6

    Wonderfully explained by shraddha mam☺☺☺☺

  • @arpitac9481
    @arpitac9481 3 года назад

    Awesome ..... Tqsm diii.... It helped to a greater extent

  • @shivamkumarchoudhary-7422
    @shivamkumarchoudhary-7422 3 года назад +5

    please bring a complete corse on C for biggner your teaching style is best !!!!!!

    • @computer5548
      @computer5548 3 года назад

      ruclips.net/video/OSQW6ZKBm34/видео.html

  • @siddharthchettri8060
    @siddharthchettri8060 3 года назад

    Great..
    Was waiting for this video👍

  • @abhijitpanda524
    @abhijitpanda524 3 года назад +106

    Me who knows both C/ C++ :-
    I don't have such weaknesses
    🤣🤣😂🤣

    • @herambpatilofficial
      @herambpatilofficial 3 года назад +7

      I didn't regret for learning C even though I knew that C++ has better features than C.
      I think C is weakness of the person who learns it for sake of coding and not to understand that how the code works

    • @shivikachauhan2329
      @shivikachauhan2329 3 года назад +2

      What should I learn as a beginner python or c++ or java ??
      Pls tell

    • @sushantkamboj6016
      @sushantkamboj6016 3 года назад +2

      from where to learn c++ ??

    • @samarthbhatt8199
      @samarthbhatt8199 3 года назад +1

      @@sushantkamboj6016 yes even i want to know

    • @abhijitpanda524
      @abhijitpanda524 3 года назад +1

      Everyone wondering which language should you learn first
      Please Listen carefully

  • @STOCKSPECIFIC
    @STOCKSPECIFIC 3 года назад +150

    🌟 If you are reading this, never ever give up. We will succeed. I'm cheering for you!
    Have a great day! 🖤

  • @shailidwivedi2045
    @shailidwivedi2045 3 года назад +55

    I learnt c because I learnt half c in clg till loops , don't want to switch into another language into middle of one, I learnt c and I thinks it was right , atleast It gives me confidence .

    • @bpratikvinod8110
      @bpratikvinod8110 3 года назад +3

      most of us do same

    • @TheMR-777
      @TheMR-777 3 года назад +4

      _When you start something, and things go, as you want them to go, you'll start loving it_
      This is what happened in your case I guess :)

    • @amankarn3025
      @amankarn3025 3 года назад

      I agree

    • @shailidwivedi2045
      @shailidwivedi2045 3 года назад +2

      @@TheMR-777 🙌🙌

  • @mrakashsastya919
    @mrakashsastya919 6 месяцев назад +1

    Thanks for giving information didi, beauty & clear voice your l like ❤

  • @supreetsingh8574
    @supreetsingh8574 3 года назад +8

    Finally,I was looking for this for so long thanks for clearing my doubt 👍🔥💓

  • @dnihar3985
    @dnihar3985 3 года назад +2

    Those who r watching this amazing video, U gonna sucessful one day nd all ur dreams come in reality nd wish u hav a bright day nd future 🌼✌️👍

  • @GOBINDKUMARRAJAK
    @GOBINDKUMARRAJAK 3 года назад +3

    Unpopular opinion-
    C seekhne se bahot help ho jayegi..
    Aur bahot useful v hai..
    Placement me

  • @hiteshlalwani939
    @hiteshlalwani939 3 года назад +1

    C pehle sikh leni chaiye qki jab hum dusri languages padte hai tab hume itna time nhi lagta kisi bhi programming language ko sikhne me... trust me C will help you a lot guys..... it will makes youo understand the concepts and how to build logics...

    • @hiteshlalwani939
      @hiteshlalwani939 3 года назад +1

      @samy always welcome programmer buddy😊😊

  • @khushboojoshi7364
    @khushboojoshi7364 3 года назад +3

    Can you guys please make a playlist on c language also bcz there is no content like yours 💙💙luv u 3000 ❤

    • @abhishek____21
      @abhishek____21 3 года назад +1

      IIT Kharagpur* one of the best courses and its for free. He'll actually make you think like a coder

    • @khushboojoshi7364
      @khushboojoshi7364 3 года назад +1

      @@abhishek____21 channel name??

    • @abhishek____21
      @abhishek____21 3 года назад +1

      @@khushboojoshi7364 Its an initiative by all IITs. There profs record the lecture and make it available for all.

    • @khushboojoshi7364
      @khushboojoshi7364 3 года назад

      @@abhishek____21 okay thanks i found those lectures 🤗

  • @cauchyschwarzkabhai257
    @cauchyschwarzkabhai257 3 года назад +18

    "Microsoft Wali Didi"
    Has a separate fanbase

  • @payalthakur6065
    @payalthakur6065 3 года назад +4

    thanku apni shraddha

  • @abidhussain6788
    @abidhussain6788 3 года назад +2

    Aapka videos ka wait kerte hai always..aapki voice bahut hi pyari hai..I love ur voice...😘 bachpan k pyar mera bhul nhi jana re😘😂

  • @karthikp3329
    @karthikp3329 3 года назад +7

    FYI: Android is developed on top of linux kernel. Kernel is entirely developed in c and assembly. Without kernel, literally nothing can be done.
    BTW, no language is prerequisite for learning any other language. But, it's bad to jump into frameworks such as boost, spring, angular or react lib before gaining familiarity or some experience in the corresponding programming language.

  • @Gopindra123
    @Gopindra123 2 года назад

    Hello world in c
    #include
    int main()
    {
    printf("Hello World!");
    return 0;
    }

  • @Greninja_11
    @Greninja_11 3 года назад +1

    Thanks for the clarity 😁

  • @zawizarudo7295
    @zawizarudo7295 Год назад +3

    C will give you the most learning opportunities because it is very barebones. It doesn't have a lot of builtin features like C++. Those who ususally use C are better at OOP than those who use C++. Because C teaches you how does OOP works. Sometimes recruiters hire C programmers who happen to know Java instead of those who only know Java because C will always make a better programmer out of you. Just knowing how about OOP as a concept isn't enough to be good at OOP. you need to know how it works under the hood. C will give you that.

  • @amanmishra644
    @amanmishra644 3 года назад +1

    Bohot dino ka confusion door ho gya! Thank you

  • @sheetalbhargava1658
    @sheetalbhargava1658 3 года назад +3

    Mera c++ ho chuka toh app log pls ek aisi series leke aao jisme c++ k hi important and conceptual programing question ho it's a humble request didi and aman bhaiya 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏👍

  • @UtpalKant
    @UtpalKant 3 года назад +2

    Yes, I am from EEE background but working as software engineer. I am proud to be software engineer 🎊

    • @shivikachauhan2329
      @shivikachauhan2329 3 года назад

      How much u paid by our company as a software engineer

    • @UtpalKant
      @UtpalKant 3 года назад

      @@shivikachauhan2329 means?

    • @deepshekhar2209
      @deepshekhar2209 3 года назад +1

      @@UtpalKant your salary and college

  • @bishaldas5196
    @bishaldas5196 3 года назад +32

    Abbey yaar, phir ye college Waley c language kyu hi sikha rhe hain shuruwat me

    • @DancerSovana
      @DancerSovana 8 месяцев назад +1

      Kiuki suruwat me c language hii rahate ha..??? 😂

    • @utkarshjain861
      @utkarshjain861 7 месяцев назад +7

      Kyonki yeh college wale bhi C hai, isliye

    • @miiyadav7672
      @miiyadav7672 4 месяца назад +1

      😂​@@DancerSovana

    • @harshgoswami9683
      @harshgoswami9683 4 месяца назад +1

      Pta nhi bhai.....hmare clg me v c bol kr ke c++ sikhaya jaa rha

    • @dhavalbhanushali-uh9ve
      @dhavalbhanushali-uh9ve 3 месяца назад +1

      Same muje be C language passd nahi hai 😖😖😖

  • @geheron1946
    @geheron1946 3 года назад +1

    good video.....short and precise

    • @computer5548
      @computer5548 3 года назад

      ruclips.net/video/hZW9YD26zDM/видео.html

  • @vishalchauhan9832
    @vishalchauhan9832 3 года назад +8

    Hello everyone based on experience I will suggest you to please learn C language first. C is subset of C++.you can learn
    C++ without C but C is foundation language. Learn it then choose next language it will make things easier.

  • @power_of_positivity791
    @power_of_positivity791 3 года назад

    Dee aap Mujhe kafi achhi lgti ho aur Aapke btane ka tarika 👌👌👌👌❣️

  • @singsong5767
    @singsong5767 3 года назад +6

    Thank you so much di for this suggestion 🤗I was really confused that which language should learn first but now it's clear , thanks alot di😍

    • @Khushiaryan927
      @Khushiaryan927 Год назад

      @singsong5767 Mujhe start krna h coding kya aap bta skti h ki C language se start Kru sikhna ya C++ se

  • @abhishalsharma1628
    @abhishalsharma1628 3 года назад +1

    Cool, I was thinking on this topic these days

  • @jyoshnamayeepattnaik9311
    @jyoshnamayeepattnaik9311 3 года назад +17

    I learnt c++, java & python in school. It was of basic level, so I guess I might not require learning C now.

    • @tetsuoiiii
      @tetsuoiiii 3 года назад +1

      If you don't know C you don't know programming.

    • @lahasubrata
      @lahasubrata 3 года назад +1

      @@tetsuoiiii I am agree with you. Any computer engineer must know C programming language.

    • @kumaramit04-q6c
      @kumaramit04-q6c 3 года назад +1

      @@lahasubrata No it's not mandatory. You can start with java or c++. Basics are same for all..

    • @debangshupatnaik5150
      @debangshupatnaik5150 2 года назад

      @@tetsuoiiii ? what is this dumb comment?

  • @varaprasadreddyy1565
    @varaprasadreddyy1565 3 года назад +1

    It is better for a beginner to learn C first and then move on to C++

  • @jayanspaliwal5907
    @jayanspaliwal5907 3 года назад +24

    I have a question, my college teacher said to learn c before c++, is it really that necessary or can I directly start with c++?

    • @computer5548
      @computer5548 3 года назад +4

      It is not necessary but if you want to learn coding briefly learn C first 👍

    • @computer5548
      @computer5548 3 года назад +1

      ruclips.net/video/hZW9YD26zDM/видео.html

  • @naitikpatel1805
    @naitikpatel1805 3 года назад +2

    Man ki baat jan lete ho yaar tum log to 😌

  • @AHMADRAZA-oi5se
    @AHMADRAZA-oi5se 3 года назад +3

    Yes, I got the answer to my question very detailed. Thank you so much....

  • @deepeshchouhan7798
    @deepeshchouhan7798 3 года назад +1

    THIS VIDEO I KICKING mam keep this continue a very big thank from deep heart ❤ 💙

  • @ritam4382
    @ritam4382 2 года назад +8

    I've already learned python at basic level for 1 yr, so should I still start with C or can I shift to C++ instead?

  • @yourshakti
    @yourshakti 3 года назад +2

    Thanks 😊 Didi ❤️

  • @cyberbotmachines
    @cyberbotmachines 3 года назад +3

    Between C and C++ I choose JavaScript 😁

  • @prasantadutta515
    @prasantadutta515 3 года назад +1

    Aapne kaha ki hume ek extra language sikhna padega per uo extra kahase hua hum C ka almost all codes C++ me to likhsakte hai. And C++ vi to C ka hi advanced portion haina.
    And oisevi C++ pehle sikhnese most of the colleges me and almost most of the books me just kuch hi chapters and tropics ko padhaneki badd OOPs ka concept suru hojata hai jisse ki bacchoko POPs part acchese sikhneka mokahi nei milta and sikhvi nei pate hai.

    • @code.vigyan
      @code.vigyan 3 года назад +1

      buddy don't think about only your learning stage like in college or school, in real life or in job I can say; you never work on a single language you always have to learn almost more 5 languages and the count never endss...

  • @Crazy_writer737AvantH
    @Crazy_writer737AvantH 3 года назад +4

    But I already started to learning c, so, should I complete it or not?

  • @rohitpatanwar9108
    @rohitpatanwar9108 2 года назад

    love you di your c language video is awesome i am not going to college because of you 😊😊😁😁
    i am preparing c language from your videos 🌺🌺🌻🌻

  • @VinitKumar-qu9ji
    @VinitKumar-qu9ji 3 года назад +14

    Was about to start my coding journey and I was stucked b/w C or C++.
    This video cleared all my doubts.
    Thankyou so much❤

    • @sathvikreddy4807
      @sathvikreddy4807 3 года назад +2

      Hey , now I am in same situation.
      Did you start coding?.
      So could you tell me which one should I start with??

    • @priyanshuchourasiya9098
      @priyanshuchourasiya9098 3 года назад

      @@sathvikreddy4807 trust me bro Start with C

    • @anuragpant2545
      @anuragpant2545 3 года назад

      @@priyanshuchourasiya9098 How did you learn C ? Please tell me

    • @Kevin_Shah
      @Kevin_Shah Год назад

      what did you start then?

    • @ry3ro
      @ry3ro Год назад

      Tell me bro

  • @tanishkraj5140
    @tanishkraj5140 5 месяцев назад

    C is the mother of any programming language and for btech 1 st year its in our syllabus too.
    Therefore c is what i think

  • @Avangers101
    @Avangers101 3 года назад +12

    C is the Mother of All Programming languages, like c++, java, PHP, ruby, python . These languages are written in c . 80% part of Linux operating system is written using c . So you must always start with c .🙏🙏🙏🙏🙏

  • @ahmadsahilofficial4516
    @ahmadsahilofficial4516 2 года назад

    Thank you didii 🙌❤️

  • @somethinglike_moon
    @somethinglike_moon 3 года назад +4

    Knowledge of c is necessary .....😐

  • @heydude943
    @heydude943 3 года назад

    Im not agree in my opinion learn c coz its mother language if you are new start from c and if you are much familier u can jump.
    In c u will learn logic building how functions are work and in c++ and other oop language theres predefined functn so tell how u will learn other language without understanding mother language concept and logic if u agree pls like

  • @CelibacyJourney
    @CelibacyJourney 3 года назад +9

    Microsoft Dii c ka bhi course banna do 🥺🥺🥺🥺🥺🥺🥺🥺

    • @computer5548
      @computer5548 3 года назад +1

      ruclips.net/video/OSQW6ZKBm34/видео.html

  • @AKASHSHARMA-ny1fb
    @AKASHSHARMA-ny1fb 3 года назад

    Radhe Radhe
    Bahut bada wala dhanyawad aapko mera bahut bada wala doubt aapne clear kar diya 🙏❤️❤️🙏

  • @A_doredAshu
    @A_doredAshu 3 года назад +3

    Awesome topic

  • @Vansh_VS
    @Vansh_VS 3 года назад +2

    But I think that Learning C first will help a lot

  • @weaboosenpai9514
    @weaboosenpai9514 3 года назад +54

    There are a few videos on ur C++ playlist which are for "private use". Can u please clarify whether they will become an obstruction on our course or not?
    IT WOULD BE REALLY HELPFUL!

    • @beeeeeee42333
      @beeeeeee42333 3 года назад +2

      they did that on purpose , so they can sell them on there other platform

    • @rahul_ji21
      @rahul_ji21 3 года назад +3

      No they are not required

    • @theycallmesloth
      @theycallmesloth 3 года назад

      They are deleted videos

    • @raghavjoshi3543
      @raghavjoshi3543 3 года назад

      @@beeeeeee42333 nope

    • @weaboosenpai9514
      @weaboosenpai9514 3 года назад

      Well anyone who's currently watching those videos???
      Did u face any problem so far?

  • @hosonto233
    @hosonto233 3 года назад +2

    First ❤️❤️❤️🔥🔥🔥🔥

  • @014hariomghore3
    @014hariomghore3 3 года назад +8

    Sir, I am in final year , I have joined MADE EASY ONLINE COURSE 5 months ago due to problems i have not concentrated on live lectures and now a huge 700hrs of recorded lectures are pending now , my question is that how can i clear this backlog ? PLz guide Si

  • @EAshwiniMeshram
    @EAshwiniMeshram Год назад

    Thank u mam for suggestion🎉☺️

  • @akashbharti8697
    @akashbharti8697 3 года назад +5

    Tier 3 college mila hai. Now targeting for off campus placements. Just one question - how to find refral and how to insist him???

    • @spiritualnature4254
      @spiritualnature4254 3 года назад

      Kaun sa College hai

    • @akashbharti8697
      @akashbharti8697 3 года назад

      @@spiritualnature4254 NMIMS, shirpur, Maharashtra (Narsee Monjee Institute of Management Studies)

    • @yashjohri7156
      @yashjohri7156 3 года назад

      Bhai mereko bhi..or 11 12 me computer subjects bhi nahi tha

    • @akashbharti8697
      @akashbharti8697 3 года назад +2

      @@yashjohri7156 same here, socha tha corona mein padhenge lekin kuch nahi padh paye ab fight karni padegi,

    • @yashjohri7156
      @yashjohri7156 3 года назад +2

      @@akashbharti8697 bhai yeah socha tha 10 ki marksheet toh d.o.b ke kaam aata hai..12 me number layenge
      12 me 80 percentage aayi hai...kuch nahi milega😅🥴

  • @rameezraza27
    @rameezraza27 11 месяцев назад +1

    People forgot that she is also a student not a age teacher

  • @RahulYadav-yd8ri
    @RahulYadav-yd8ri 3 года назад +4

    Mother of all languages died after watching this 😢

  • @pratikmishra4453
    @pratikmishra4453 3 года назад +1

    Informative 😀