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.
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.
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.
@@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.
@@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...
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++
@@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++.
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.
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
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!
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_
@@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
👉➡️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
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
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.
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 .
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++
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
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.
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 !
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
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."
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?
@@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.
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 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 🌹🙏
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...
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
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
@@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
>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.
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
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,?
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
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 .
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...
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.
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.
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 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏👍
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.
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.
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...
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 .🙏🙏🙏🙏🙏
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
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!
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
@@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😅🥴
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.
Very well put together comment. +1
Ok😢
Its my personal experience that if you learn C, you can learn any other language in no time.
It helps
@@abhinandanmaurya47 ,,this video is correct ,,,
I feel ,,c ka syntax,,hard hai thoda ,compare to cpp
Please Make a Course on :-
1) Operating Sysytem
2) OOPS
3)IDBMS also
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.
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.
@@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.
@@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...
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++
@@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++.
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.
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
@@harshitachadokar69 start with c
Start with javascript
🌟“You can’t go back and change the beginning, but you can start where you are and change the ending...”
―C. S. Lewis
Noice
ruclips.net/channel/UCzffcgux9ZgUvqkxFlqDc6w
🔥 needed, tq
@@black.clover.11 COMPUTER.SCIENCE.LEWIS?
Always start with C language, believe me, if you good at C programming language, you can learn any language thereafter very easily.
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!
bhai koi youtube channel c ke liye bta do please
@@shivapaul1479 C k liye Mysirg dekh lo agar apdhna hi chahte ho to. Varna Let Us C book best hai sabse
@@spoofer9113 bhai koi youtube channel jante ho?
@@shivapaul1479 edureka
Yeah currently learning 😂
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_
ruclips.net/video/gMelDliqF9k/видео.html
Modern means🙂?
@@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
@@TheMR-777 ohhk😀... thanks for the detailed explanation :)
@@Shreyasiiiii My Pleasure 🙂
👉➡️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
ruclips.net/channel/UCzffcgux9ZgUvqkxFlqDc6w
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
@@universemishra Ok I will tell my friends to watch your channel....
Should i learn c language does it have scope in todays date ?
Sir i need css course by sharadha didi pls ☹
Lucky me, was taught C++ in school so it was really easy for me to grasp C in the first year of college 🙂
Same here :-)
Great yarrr🤗
Same hwre
me python
😕😕Hume to python padai gayi thi
her body language is getting better and better day by day
I ALSO OBSERVED THAT!
It was always better
Yes.. I'm crushed on Shraddha mam
Anyone have Instagram id of her?
What do you mean???🤨🤨
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
Which platform i learn c language?
@@oyesid07 You can learn it on this channel itself. Just search yt for it.
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.
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 .
Maine class 12 me computer science subject nhi liya tha ab maine btech cse liya h to mai kaun si programming language sikho.
@@shreyamishra1948 Start with C++ don't get into C now.
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 👍
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
@@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. :)
I am learning c++ now 🤩 i need more videos on basic then i want to start oop 🙄
They made all c++ videos
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++
@@sathvikreddy4807 Just start with any language both language helpful for other language
@@yashprajapati2977 bich ke vids gayab h uska kya?
@@Sajal_Dadsena matlab jitna require hai utna with data structures hai usse problem solving tactic me kaafi help hoti hai
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
How I learn programming language himself
What kind of bugs you find???
@@divyanshukothari8407 what kind of question even is this
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.
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?
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 !
Apne bca kiya h??
@@christeena9194 aapne kiyaa h kyaa??
My mind : don't write it don't write it
Me: female aman dhattarwal 😅
😁
Mrs. Aman dhatterwal😂
My suggestions
Learn 1 months C to build concept for other programming language.
C is Basic language to build base
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?
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
C@@ritam4382
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."
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?
Thankyou but it takes 2-3 month from beginner to medium
@@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.
@@atulchourasiya8071 I believe in putting time for something, not in the inferences of certainty.
@@aazamben4582👏👏
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!"
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++.
so we should start with c++ or c?
after 2months clgs are gonna start(1st year)
I can code in java.
@@Anushka_dubey Go with c++ from now on it help you in your exams as well as for placement preparation
@@Anushka_dubey it's my experience that in first year you should be able to complete dsa as well as any development.
@@niharikamishra9745 thank you very much ma'am !
In 1st year entire DSA🤯
@@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 🌹🙏
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...
Can you start a playlist of android development? Otherwise machine learning and artificial intelligence course
@Apnacollege Yes bhai plzz try to make this highly demanded ❤❤❤❤
ruclips.net/channel/UCzffcgux9ZgUvqkxFlqDc6w
Please help me
AI, Data Science and blockchain development ka bhi agar possible ho to try karo....
Yes, Plz make video on ML
Best ever explanation for beginners thank you dii🔥🔥
Thanks for this video.I have actually this doubt.Keep going ❤️❤️❤️👍
This content is gold ✨. Very pragmatic and very helpful. Please please keep sharing such valuable insights. @Apna College
Thanks needed this ❤️❤️
Thanks for this video....was very confused about this question...Thanks apna college team for this video ❤️
Waiting for the cocoon web series...it will be killing all of us.
ME TOO FROM A LONG TIME!!!
But I really don't want to die...
@@manastrivedi3841 let your dreams never die buddy and through them you're gonna live forever.
#quote: don't die with your songs inside you...
@@STOCKSPECIFIC That was a joke in relation to his statement "it will be killing us all"
@@manastrivedi3841 ya mann! i know..
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
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
@@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
@@harshitachadokar69 ruclips.net/video/AplkGmp0KVk/видео.html
@@harshitachadokar69 you have to study DSA along with programming languages. This two subjs compulsory for placement
@@learncseasily3385 so like DSA and C is same ? Or I have to learn only DSA and not C language??
>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.
I took PCMB 💀
@@PwVp i will suggest you to change pcm
@@CodeAddict_ I passed class 12 in 2022
I would have said " I had chosen PCMB" 😅
@@PwVp now what are you doing bro
@@CodeAddict_ waiting for councelling so came to get familiar with coding
By the way PCMB was really fun
Please do a video on what languages we need to learn after class 12
so that there won't be difficult in the college?
ruclips.net/video/OSQW6ZKBm34/видео.html
I think c++ is good choice after 12th grade
Same ,
Which one are you starting with??
I am in 8th
C is easy whatsoever
languages are only difficult if you let them do
C is an Emotion ❤️✨
My personal favourite
Perfect explanation 🔥❤️
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
She is right
Shi kaha bhai ne..
c = your comment
c++ = your comment+OOPS
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
@@gimby3170 yeah both are almost same.
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,?
Seriously 😂
@@RakeshSingh-lq4jo what happened? Why are you laughing?
@@BackToBoi u want to know the future of C++😂
Thanku dii for clearing all doubts 🥺❤️🙏
Much needed video...Thanks😌
I really wanted this video today
😂😂😂
Me too bro
First year?
@@sathvikreddy4807 bca 2nd sem
@@mohitkumar.0392 ohh ohkk all the best
ruclips.net/video/gMelDliqF9k/видео.html
c - Car with manual gear
c++ - Car with Automatic Gear
Python - Tesla
Wonderfully explained by shraddha mam☺☺☺☺
Awesome ..... Tqsm diii.... It helped to a greater extent
please bring a complete corse on C for biggner your teaching style is best !!!!!!
ruclips.net/video/OSQW6ZKBm34/видео.html
Great..
Was waiting for this video👍
Me who knows both C/ C++ :-
I don't have such weaknesses
🤣🤣😂🤣
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
What should I learn as a beginner python or c++ or java ??
Pls tell
from where to learn c++ ??
@@sushantkamboj6016 yes even i want to know
Everyone wondering which language should you learn first
Please Listen carefully
🌟 If you are reading this, never ever give up. We will succeed. I'm cheering for you!
Have a great day! 🖤
thanks bro
Same here
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 .
most of us do same
_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 :)
I agree
@@TheMR-777 🙌🙌
Thanks for giving information didi, beauty & clear voice your l like ❤
Finally,I was looking for this for so long thanks for clearing my doubt 👍🔥💓
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 🌼✌️👍
Unpopular opinion-
C seekhne se bahot help ho jayegi..
Aur bahot useful v hai..
Placement me
Sach me ?
@@spiritualnature4254 haaa bhai
Bhaii pahle C sike
@@bunnyedtx1024 thanks bhai ❤️👍
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...
@samy always welcome programmer buddy😊😊
Can you guys please make a playlist on c language also bcz there is no content like yours 💙💙luv u 3000 ❤
IIT Kharagpur* one of the best courses and its for free. He'll actually make you think like a coder
@@abhishek____21 channel name??
@@khushboojoshi7364 Its an initiative by all IITs. There profs record the lecture and make it available for all.
@@abhishek____21 okay thanks i found those lectures 🤗
"Microsoft Wali Didi"
Has a separate fanbase
YA!!!
thanku apni shraddha
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😘😂
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.
Hello world in c
#include
int main()
{
printf("Hello World!");
return 0;
}
Thanks for the clarity 😁
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.
Bohot dino ka confusion door ho gya! Thank you
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 🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏👍
Same here
Wanna do pair programming?
@@sahilanand30 yes bhai krte h
Yes, I am from EEE background but working as software engineer. I am proud to be software engineer 🎊
How much u paid by our company as a software engineer
@@shivikachauhan2329 means?
@@UtpalKant your salary and college
Abbey yaar, phir ye college Waley c language kyu hi sikha rhe hain shuruwat me
Kiuki suruwat me c language hii rahate ha..??? 😂
Kyonki yeh college wale bhi C hai, isliye
😂@@DancerSovana
Pta nhi bhai.....hmare clg me v c bol kr ke c++ sikhaya jaa rha
Same muje be C language passd nahi hai 😖😖😖
good video.....short and precise
ruclips.net/video/hZW9YD26zDM/видео.html
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.
Dee aap Mujhe kafi achhi lgti ho aur Aapke btane ka tarika 👌👌👌👌❣️
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😍
@singsong5767 Mujhe start krna h coding kya aap bta skti h ki C language se start Kru sikhna ya C++ se
Cool, I was thinking on this topic these days
I learnt c++, java & python in school. It was of basic level, so I guess I might not require learning C now.
If you don't know C you don't know programming.
@@tetsuoiiii I am agree with you. Any computer engineer must know C programming language.
@@lahasubrata No it's not mandatory. You can start with java or c++. Basics are same for all..
@@tetsuoiiii ? what is this dumb comment?
It is better for a beginner to learn C first and then move on to C++
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++?
It is not necessary but if you want to learn coding briefly learn C first 👍
ruclips.net/video/hZW9YD26zDM/видео.html
Man ki baat jan lete ho yaar tum log to 😌
Yes, I got the answer to my question very detailed. Thank you so much....
THIS VIDEO I KICKING mam keep this continue a very big thank from deep heart ❤ 💙
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?
Thanks 😊 Didi ❤️
Between C and C++ I choose JavaScript 😁
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.
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...
But I already started to learning c, so, should I complete it or not?
Of course u have to complete the course.
@@Virtue750 ok thanks
ruclips.net/video/OSQW6ZKBm34/видео.html
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 🌺🌺🌻🌻
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❤
Hey , now I am in same situation.
Did you start coding?.
So could you tell me which one should I start with??
@@sathvikreddy4807 trust me bro Start with C
@@priyanshuchourasiya9098 How did you learn C ? Please tell me
what did you start then?
Tell me bro
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
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 .🙏🙏🙏🙏🙏
Thank you didii 🙌❤️
Knowledge of c is necessary .....😐
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
Microsoft Dii c ka bhi course banna do 🥺🥺🥺🥺🥺🥺🥺🥺
ruclips.net/video/OSQW6ZKBm34/видео.html
Radhe Radhe
Bahut bada wala dhanyawad aapko mera bahut bada wala doubt aapne clear kar diya 🙏❤️❤️🙏
Awesome topic
But I think that Learning C first will help a lot
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!
they did that on purpose , so they can sell them on there other platform
No they are not required
They are deleted videos
@@beeeeeee42333 nope
Well anyone who's currently watching those videos???
Did u face any problem so far?
First ❤️❤️❤️🔥🔥🔥🔥
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
Thank u mam for suggestion🎉☺️
Tier 3 college mila hai. Now targeting for off campus placements. Just one question - how to find refral and how to insist him???
Kaun sa College hai
@@spiritualnature4254 NMIMS, shirpur, Maharashtra (Narsee Monjee Institute of Management Studies)
Bhai mereko bhi..or 11 12 me computer subjects bhi nahi tha
@@yashjohri7156 same here, socha tha corona mein padhenge lekin kuch nahi padh paye ab fight karni padegi,
@@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😅🥴
People forgot that she is also a student not a age teacher
Mother of all languages died after watching this 😢
Informative 😀