PROGRAMMING IN āCā
4.7 out of 5 - 505 reviews.
Explore our integrated online learning destination that helps everyone gain the skills they need to compete successfully.
The C programming language has spurred many language developments since its invention by Dennis Ritchie in the early 1970s. Many modern programming languages owe their syntax to C learning C first, makes learning other languages such as Java, php, and Swift much easier. It is used to program desktop applications, compilers, tools and utilities and even hardware devices.
Software Requirements:
1. Windows, Mac or Linux
2. IDE ā Code Blocks, Netbeans, Eclipse etc
We are covering in this course:
1. Introduction to Programming Language
2. How to Download and Install IDE
3. Introduction to Algorithm and Flow Chart
4. Basic Structure of C Programming
5. Reserve Keywords
6. Variable and Data Types
7. Format Specifiers
8. Escape Sequence
9. Arithmetic Operators
10. Relational Operators
11. Logical Operators
12. Increment and Decrement Operators
13. Assignment Operators
14. Conditional Operators
15. Cast Conversion
16. Symbolic Constant
17. If Statement
18. If else Statement
19. for Loop
20. while Loop
21. do while Loop
22. Nested Loop
23. Break and Continue
24. Array
25. String
26. Function
27. Storage Class
28. Structure
29. Union
30. Pointer
32. Dynamic Memory Allocation
33. File Handling