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

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

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

utiro
Автор

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.

rishabhparashar
Автор

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.

aadyachinubhai
Автор

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

STOCKSPECIFIC
Автор

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

bishwaskumar
Автор

Cool, I was thinking on this topic these days

abhishalsharma
Автор

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!

spoofer
Автор

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

VivekKumar-uiro
Автор

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_

TheMR-
Автор

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

nn-qfmz
Автор

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

lahasubrata
Автор

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

saurabhsingh
Автор

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.

randomsec.clipsforrecomm
Автор

Best ever explanation for beginners thank you dii🔥🔥

DineshSharma-ppox
Автор

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

mkartworld
Автор

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

kanak
Автор

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

RajYadav-ecvf
Автор

Thanku dii for clearing all doubts 🥺❤️🙏

CelibacyJourney
Автор

her body language is getting better and better day by day

vishwajeetsharma
Автор

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

AvinandanBose