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

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

КОМЕНТАРІ • 1,3 тис.

  • @utiro
    @utiro 3 роки тому +513

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

    • @abhinandanmaurya47
      @abhinandanmaurya47 Місяць тому +2

      Can u help am beginner

    • @Official_BP24_X
      @Official_BP24_X Місяць тому +1

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

  • @aadyachinubhai
    @aadyachinubhai 2 роки тому +124

    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.

  • @rishabhparashar6247
    @rishabhparashar6247 3 роки тому +874

    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 роки тому +31

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

  • @VivekKumar-ui1ro
    @VivekKumar-ui1ro 3 роки тому +40

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

  • @spoofer9113
    @spoofer9113 3 роки тому +291

    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 2 роки тому

      Yeah currently learning 😂

  • @abhishalsharma1628
    @abhishalsharma1628 3 роки тому +489

    Cool, I was thinking on this topic these days

  • @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 роки тому

      ua-cam.com/video/gMelDliqF9k/v-deo.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 🙂

  • @random30sec.clipsforrecomm7
    @random30sec.clipsforrecomm7 3 роки тому +192

    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

      @@harshitachadokar69 start with c

    • @sophiamaurya5198
      @sophiamaurya5198 Рік тому

      Start with javascript

  • @bishwaskumar3324
    @bishwaskumar3324 3 роки тому +952

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

  • @lahasubrata
    @lahasubrata 3 роки тому +96

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

  • @STOCKSPECIFIC
    @STOCKSPECIFIC 3 роки тому +346

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

  • @TheBaljitSingh
    @TheBaljitSingh 2 роки тому +47

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

  • @vishwajeet21sharma
    @vishwajeet21sharma 3 роки тому +316

    her body language is getting better and better day by day

  • @AvinandanBose
    @AvinandanBose 3 роки тому +146

    👉➡️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

      ua-cam.com/channels/zffcgux9ZgUvqkxFlqDc6w.html

    • @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 ☹

  • @anandmahamuni5442
    @anandmahamuni5442 2 роки тому +44

    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 Рік тому

      Which platform i learn c language?

    • @diasharma153
      @diasharma153 Рік тому

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

    • @prathamdwivedi106
      @prathamdwivedi106 Рік тому

      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.

  • @mkartworld325
    @mkartworld325 3 роки тому +356

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

  • @asadniaz9636
    @asadniaz9636 3 роки тому +60

    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

  • @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 !

  • @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!"

  • @aazamben4582
    @aazamben4582 3 роки тому +923

    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 роки тому +16

      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👏👏

  • @sahilmane5727
    @sahilmane5727 Рік тому +21

    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 3 місяці тому +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 3 місяці тому

      @@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. :)

  • @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???

    • @yashanand5762
      @yashanand5762 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?

  • @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 роки тому +208

    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

      ua-cam.com/channels/zffcgux9ZgUvqkxFlqDc6w.html

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

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

  • @kedarkenjalkar4883
    @kedarkenjalkar4883 Рік тому +288

    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 9 місяців тому +15

      She is right

    • @GauravKumar-pg5lq
      @GauravKumar-pg5lq 9 місяців тому +8

      Shi kaha bhai ne..

    • @onlycr7640
      @onlycr7640 7 місяців тому +8

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

    • @gimby3170
      @gimby3170 5 місяців тому +16

      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 5 місяців тому +2

      @@gimby3170 yeah both are almost same.

  • @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 🌹🙏

  • @DineshSharma-pp3ox
    @DineshSharma-pp3ox 3 роки тому +7

    Best ever explanation for beginners thank you dii🔥🔥

  • @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 роки тому

      ua-cam.com/video/OSQW6ZKBm34/v-deo.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

  • @saurabhsingh4866
    @saurabhsingh4866 3 роки тому +6

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

  • @shivamkumarchoudhary-7422
    @shivamkumarchoudhary-7422 3 роки тому +5

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

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

      ua-cam.com/video/OSQW6ZKBm34/v-deo.html

  • @nn-qf2mz
    @nn-qf2mz 2 роки тому +5

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

  • @RajYadav-ec2vf
    @RajYadav-ec2vf 3 роки тому +5

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

  • @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 🙌🙌

  • @GOBINDKUMARRAJAK
    @GOBINDKUMARRAJAK 3 роки тому +3

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

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

  • @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++😂

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

  • @figuringout8463
    @figuringout8463 3 роки тому +11

    Thanks needed this ❤️❤️

  • @STOCKSPECIFIC
    @STOCKSPECIFIC 3 роки тому +149

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

  • @bishaldas5196
    @bishaldas5196 2 роки тому +28

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

    • @DancerSovana
      @DancerSovana 4 місяці тому

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

    • @utkarshjain861
      @utkarshjain861 3 місяці тому +5

      Kyonki yeh college wale bhi C hai, isliye

    • @miiyadav7672
      @miiyadav7672 Місяць тому

      😂​@@DancerSovana

    • @harshgoswami9683
      @harshgoswami9683 21 день тому

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

    • @dhavalbhanushali-uh9ve
      @dhavalbhanushali-uh9ve 8 днів тому +1

      Same muje be C language passd nahi hai 😖😖😖

  • @riteshbisht94
    @riteshbisht94 Рік тому +2

    C is an Emotion ❤️✨
    My personal favourite

  • @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 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏👍

  • @cauchyschwarzkabhai257
    @cauchyschwarzkabhai257 3 роки тому +18

    "Microsoft Wali Didi"
    Has a separate fanbase

  • @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 Рік тому

      @@tetsuoiiii ? what is this dumb comment?

  • @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 ua-cam.com/video/AplkGmp0KVk/v-deo.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??

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

  • @Vedu00
    @Vedu00 3 роки тому +2

    But I think that Learning C first will help a lot

  • @julijaiswal9857
    @julijaiswal9857 3 роки тому +70

    I really wanted this video today
    😂😂😂

  • @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 🌼✌️👍

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

  • @varaprasadreddyy1565
    @varaprasadreddyy1565 3 роки тому +1

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

  • @CelibacyJourney
    @CelibacyJourney 3 роки тому +4

    Thanku dii for clearing all doubts 🥺❤️🙏

  • @ashoblade3762
    @ashoblade3762 2 роки тому +2

    The fact that she's blinking 1 time every second is kinda scary ngl

  • @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 роки тому +1

      @@sathvikreddy4807 trust me bro Start with C

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

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

    • @Kevin_Shah
      @Kevin_Shah Рік тому

      what did you start then?

    • @ry3ro
      @ry3ro Рік тому

      Tell me bro

  • @mrakashsastya919
    @mrakashsastya919 3 місяці тому +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 👍🔥💓

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

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

  • @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 🤗

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

    • @bp8993
      @bp8993 3 роки тому +1

      I have been studying C++ since last 1 week and I am finding it very difficult.
      And it's irritating when you don't understand things so now I am going to do C language first. Thank you for suggestion

    • @hiteshlalwani939
      @hiteshlalwani939 3 роки тому +2

      @@bp8993 always welcome programmer buddy😊😊

  • @vedant_sl
    @vedant_sl 3 роки тому +6

    Perfect explanation 🔥❤️

  • @Harshalr72
    @Harshalr72 3 роки тому +2

    Finally ,C++ is Better options.....😀

  • @payalthakur6065
    @payalthakur6065 3 роки тому +4

    thanku apni shraddha

  • @Anyaspy9988
    @Anyaspy9988 3 роки тому +2

    Much needed video...Thanks😌

  • @cyberbotmachines
    @cyberbotmachines 3 роки тому +3

    Between C and C++ I choose JavaScript 😁

  • @naitikpatel1805
    @naitikpatel1805 3 роки тому +2

    Man ki baat jan lete ho yaar tum log to 😌

  • @amaanalikhan9450
    @amaanalikhan9450 3 роки тому +6

    Wonderfully explained by shraddha mam☺☺☺☺

  • @senjaliyameet9261
    @senjaliyameet9261 3 роки тому +2

    Plz make a guidence video for a artificial intelligence and data science .
    From basic introduction to what should be your preparation and what to do after 3rd year.
    Plz if you are reading my comment then plz think about it.
    And thank you for helping me till now. Ty very much.

  • @somethinglike_moon
    @somethinglike_moon 2 роки тому +4

    Knowledge of c is necessary .....😐

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

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

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

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

  • @Anuragk_2625
    @Anuragk_2625 Рік тому +1

    I have started c but in half i left c and shift to c++ because I'm not feeling interested in c

  • @RahulYadav-yd8ri
    @RahulYadav-yd8ri 3 роки тому +4

    Mother of all languages died after watching this 😢

  • @rameezraza27
    @rameezraza27 7 місяців тому +1

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

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

      ua-cam.com/video/hZW9YD26zDM/v-deo.html

  • @amanmishra644
    @amanmishra644 3 роки тому +1

    Bohot dino ka confusion door ho gya! Thank you

  • @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?

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

    Great..
    Was waiting for this video👍

  • @cprogramming1
    @cprogramming1 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 .🙏🙏🙏🙏🙏

  • @technicalsupportmahatma3018

    Bahut sahi sujhav diya mam dhanyawad yahi ham khoj rahe the

  • @AHMADRAZA-oi5se
    @AHMADRAZA-oi5se 3 роки тому +3

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

  • @OmkarKumar-gv5hb
    @OmkarKumar-gv5hb 3 роки тому

    Sach me aakhir Microsoft wali Didi ka alag fan base kyun na ho wo bhi toh students ko bahut ache se samjhti h😁

  • @thenameissheikh
    @thenameissheikh 3 роки тому +5

    But C is the mother of all language, if we learn C we can understand/learn easily.

  • @pinky.pickle
    @pinky.pickle Рік тому +4

    c is similar to c++
    but
    Java is not similar to JavaScript

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

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

  • @singsong5767
    @singsong5767 2 роки тому +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

  • @ritikraj9908
    @ritikraj9908 Рік тому

    learning c helps you to understand behind the scenes of a programming language.

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

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

  • @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?

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

    Sabse pahle konsi language sikhu ?

  • @A_doredAshu
    @A_doredAshu 3 роки тому +3

    Awesome topic

  • @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😘😂

  • @CelibacyJourney
    @CelibacyJourney 3 роки тому +9

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

    • @computer5548
      @computer5548 3 роки тому +1

      ua-cam.com/video/OSQW6ZKBm34/v-deo.html

  • @yourshakti
    @yourshakti 3 роки тому +2

    Thanks 😊 Didi ❤️

  • @victorvicky5710
    @victorvicky5710 3 роки тому +4

    Can you guys make a video on bca placements ,internships and kind of companies that hire

  • @Greninja_11
    @Greninja_11 3 роки тому +1

    Thanks for the clarity 😁

  • @apoorvjoshi2383
    @apoorvjoshi2383 3 роки тому +14

    a similar video for python vs cpp please. I am confused between these two, I am better at python but people have been saying both "Cpp is better" and "anyone is fine"
    I am confused.

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

      Python is better cpp.

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

      @@advaith5414 what do u define as better or worse? Literally no language is good or bad it just depends on the usecase. Nobody learns just 1 and stick to it throughout their life.

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

    C programming first sikhna chahiye kyunki c programming ke baad c++ programming easy lagega.