cwhat are the basics required to learn c language
Answer (1)
- Operators and Expressions
- Decision Making & Branching & Looping
- Meaning of all 32 keywords
- Understand what a linker and loader does
- Way in which the program gets executed and gets compiled
- Types of files created during the whole process
- C tokens(completely)
- Understand each word ,which is mentioned as C's features such as C is a ‘structured language', 'robust language',etc. All such things can be found out from above mentioned books.
- Input output operations and their management.
- Arrays, various operations on character arrays(i.e strings)
- Structures
- Functions
- Pointers
- File management
- Dynamic memory and its allocation
- Combination of arrays with pointers, functions
- Combination of pointers with functions
- Use of pointers.
- Flow of execution
- Storage class of variables
- Bit wise Operators
- Prepossor directives
- Other types of datatypes(such as linked list, trees,etc.)
Comments (0)
Related Questions
why should we learn c language
36 Views