7 answers
Bharath’s Answer
Siddalinga’s Answer
Hi Marimattu,
Initially start off with basics in programming language. Read C Programming by E. Balagurusamy to understand Basics. This book explains different concepts in simple manner. Then study "Complete reference- C Language(C The Complete Reference 4th Edition by Herbert Schildt)" to advance to more coding skills. This book is available for free over internet and you can download it by going to a browsing center or at home. Then work on little snippets provided in C language books(such as testing skills in C) written by Yeshwant Kanetkar. At high school level, it is enough if you learn to write small programs and then progress to write complex ones. The alternate programs you can also learn are Java, C++, OOPS (Object Oriented Programming System). Best to learn these once you have mastered C.
Kunwar’s Answer
For C++ : https://www.udemy.com/course/cpp-deep-dive/
For Python : https://www.udemy.com/course/complete-python-bootcamp/
Anwesha’s Answer
You could always start with C programming language to get your concepts right. Then you can proceed with object-oriented programming languages like Java, since these are the programming skills required in the industry nowadays. Also, you could try learning python programming.
Phil’s Answer
Hello Marimattu!
If you haven't programmed a computer before, start by using a common spreadsheet app - successfully creating a spreadsheet uses all the same fundamental principals as actual programming with far less frustrations than learning a programming language. Be sure to learn to use Functions in your spreadsheets. Once you're able to create a few spreadsheets, learn the "C" programming language. Keep it simple at first. This will give you a good foundation for more advanced programming languages. There are many free "C" development environments out there for programming a Windows computer, and lots of books & help on the web.
Feel free to post more questions.
Good Luck!
G Vishnu’s Answer
Hi,
The best way to build skills in programming language is ("C" or "C++") . Books which you refer is from yeshwant kanatekar . You will be able to buy (from Amazon & Flipkart).
Bonnie’s Answer
Bonnie recommends the following next steps: