|
4 | 4 |
|
5 | 5 | <hr>
|
6 | 6 |
|
7 | | -<details> |
8 | | -<summary><b> Syntax of C Language </b></summary> |
| 7 | +Download our mobile App for full Tutorial: |
9 | 8 |
|
10 | | -- **iostream** |
11 | | - 1. It stands for input output stream |
12 | | - 2. It is a collection of predefined functions/methods |
13 | | - 3. It is also called library of C |
14 | | - |
15 | | -- **include** |
16 | | - 1. To include the header file into the program |
17 | | - |
18 | | -- **#** |
19 | | - 1. It is called preprocessor |
20 | | - 2. It includes the library of C into the program before the execution of program |
21 | | - |
22 | | -- **conio** |
23 | | - 1. It stsands for console input output |
24 | | - 2. It is used to show the ouput on console window |
25 | | - |
26 | | -- **void** |
27 | | - 1. It is a keyword |
28 | | - 2. It indicate that no one value is being returned by the function |
29 | | - 3. If we use anyother keyword like `int, float, char` etc in place of void then we will use return keyword |
30 | | - |
31 | | -- **main** |
32 | | - 1. |
33 | | -</details> |
| 9 | +* App Website: <a href="https://cppprogramming.netlify.app/" target="_blank">Here</a> |
| 10 | +* Play store: <a href="https://playstore.com/" target="_blank">Here</a> |
| 11 | +* App Store: <a href="https://applestore.com/" target="_blank">Here</a> |
34 | 12 |
|
35 | 13 | <hr>
|
36 | 14 |
|
37 | | -<details><summary><b>Comments in C</b></summary> |
| 15 | +<br><br> |
38 | 16 |
|
| 17 | +**NoteNote:** |
| 18 | + - Give a STAR if you like this |
| 19 | + - FORK to get more update |
| 20 | + - Make a PULL REQUEST to countribute |
39 | 21 |
|
40 | | - |
41 | | -</details> |
42 | | - |
43 | | -<hr> |
44 | | - |
45 | | -<details><summary><b>Variables in C</b></summary> |
46 | | - |
47 | | - |
48 | | - |
49 | | -</details> |
50 | | - |
51 | | -<hr> |
52 | | - |
53 | | -<details><summary><b>Data Types in C</b></summary> |
54 | | - |
55 | | - |
56 | | - |
57 | | -</details> |
58 | | - |
59 | | -<hr> |
60 | | - |
61 | | -<details><summary><b>Operators in C</b></summary> |
62 | | - |
63 | | - |
64 | | - |
65 | | -</details> |
66 | | - |
67 | | -<hr> |
68 | | - |
69 | | -<details><summary><b>IF Statement in C</b></summary> |
70 | | - |
71 | | - |
72 | | - |
73 | | -</details> |
74 | | - |
75 | | -<hr> |
76 | | - |
77 | | -<details><summary><b>Switch in C</b></summary> |
78 | | - |
79 | | - |
80 | | - |
81 | | -</details> |
82 | | - |
83 | | -<hr> |
84 | | - |
85 | | -<details><summary><b>Loop-Type in C</b></summary> |
86 | | - |
87 | | - |
88 | | - |
89 | | -</details> |
90 | | - |
91 | | -<hr> |
92 | | - |
93 | | -<details><summary><b>Pointer in C</b></summary> |
94 | | - |
95 | | - |
96 | | - |
97 | | -</details> |
98 | | - |
99 | | -<hr> |
100 | | - |
101 | | -<details><summary><b>Arrays in C</b></summary> |
102 | | - |
103 | | - |
104 | | - |
105 | | -</details> |
106 | | - |
107 | | -<hr> |
108 | | - |
109 | | -<details><summary><b>Functions in C</b></summary> |
110 | | - |
111 | | - |
112 | | - |
113 | | -</details> |
114 | | - |
115 | | -<hr> |
116 | | - |
117 | | -<details><summary><b>Structure in C</b></summary> |
118 | | - |
119 | | - |
120 | | - |
121 | | -</details> |
122 | | - |
123 | | -<hr> |
124 | | - |
125 | | -<details><summary><b>File Handling in C</b></summary> |
126 | | - |
127 | | - |
128 | | - |
129 | | -</details> |
0 commit comments