+ 1

Hello iam a student and I want to learn about c please help me

I am a student at BCA and struggling to learn c please tell me how I can learn that even variables are tough for me

9th Sep 2024, 3:51 PM
Me ok
Me ok - avatar
4 Answers
+ 7
If C language is your first language, it is going to be a little tougher. Other languages, like Python or JavaScript, do not have the complexities that come with C or C++. C is probably not the easiest choice as a first language. But you can learn it. In C, you have to more careful about variables, pointers, and memory allocation. You will learn all those things as you progress through the C course. The best way to learn is to go through the C course slowly. Practice what you learn. Figure out how to compile and run programs on your PC. Then, as you learn new concepts, practice them in various ways until you understand them completely. If you don't have a computer to practice on, you can do it in the Code Bits section here. It's not as powerful, but certainly good enough for the basics. In C, the basic data types are unique from each other because the computer stores those data elements in different ways. It is important to learn the differences of int, chr, float, and arrays. Spend a lot of time playing with those. Frankly, that's probably the hardest part at first. But once it makes sense, you'll be coding like a pro! Learning to program can take many hours. Perhaps hundreds of hours. Plan to put in the time so you can really drill these things into your brain. The good news is that once you can write even simple programs, you will be so proud of yourself for these accomplishments.
9th Sep 2024, 6:45 PM
Jerry Hobby
Jerry Hobby - avatar
+ 4
Me ok , sololearn is a self-learner platform. so it is up to you when, how and in what frequency you are going to learn. > since you registered just some hours ago, you should start / continue learning from the tutorials provided by sololearn. > to deepen the material you have learned, you should do as much practice as possible. this also improves your experience. > if you get stuck somewhere in your learning journey, you can post a specific question in the `q&a` section.
9th Sep 2024, 6:15 PM
Lothar
Lothar - avatar
+ 1
you can find similar questions ans answers as well, just use the search form.... practice
9th Sep 2024, 5:03 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 1
What do you know about variables so far?
9th Sep 2024, 10:45 PM
Chris Coder
Chris Coder - avatar