0
Any one tell me how to learn programming ?
I have a so much interest in programming but I don't know how to do that is there any solution
11 Answers
+ 8
Probably that's why you're here right?
+ 8
Well select a language and go with the tutorial.
+ 7
First concentrate om basic things. Start from the main() function, learn what are variables, functions and how they work. Once you get a basic understanding of them you'll eventually know the rest.
+ 2
@Himanthsatya: you should first read some books as you are not able to understand. As a beginner I started reading The book named LET US C by balaguruswami. As this is a textbook for some schools, you will get it easily here in India. Once you read a chapter come here to know more. Get started get going, All the best!
0
Sir how to know them
0
Sir I do but I can't find any thing that explains the basics what you said
0
Sir what is the basic language to learn programming
0
Read, practice and ask if you dont understand something
https://code.sololearn.com/WaVusr8J1KvK/?ref=app
0
thank you for your help
0
stdio.h is useful to use printf function stdio means standard input output .h means header file .ptintf function prints whatever we want to but for its use we have to use library where printf function is defined and it's use so that's why stdio.h is needed i think you will understand 😇
- 1
Sir there are some like , stdio.h, print f ,including in c I don't know what is the use of them