|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
| 2 | +<CodeBlocks_project_file> |
| 3 | + <FileVersion major="1" minor="6" /> |
| 4 | + <Project> |
| 5 | + <Option title="C Basics" /> |
| 6 | + <Option pch_mode="2" /> |
| 7 | + <Option compiler="gcc" /> |
| 8 | + <Build> |
| 9 | + <Target title="Debug"> |
| 10 | + <Option output="bin/Debug/C Basics" prefix_auto="1" extension_auto="1" /> |
| 11 | + <Option object_output="obj/Debug/" /> |
| 12 | + <Option type="1" /> |
| 13 | + <Option compiler="gcc" /> |
| 14 | + <Compiler> |
| 15 | + <Add option="-g" /> |
| 16 | + </Compiler> |
| 17 | + </Target> |
| 18 | + <Target title="Release"> |
| 19 | + <Option output="bin/Release/C Basics" prefix_auto="1" extension_auto="1" /> |
| 20 | + <Option object_output="obj/Release/" /> |
| 21 | + <Option type="1" /> |
| 22 | + <Option compiler="gcc" /> |
| 23 | + <Compiler> |
| 24 | + <Add option="-O2" /> |
| 25 | + </Compiler> |
| 26 | + <Linker> |
| 27 | + <Add option="-s" /> |
| 28 | + </Linker> |
| 29 | + </Target> |
| 30 | + </Build> |
| 31 | + <Compiler> |
| 32 | + <Add option="-Wall" /> |
| 33 | + </Compiler> |
| 34 | + <Unit filename="Ex-01_Hello World.c"> |
| 35 | + <Option compilerVar="CC" /> |
| 36 | + <Option target="<{~None~}>" /> |
| 37 | + </Unit> |
| 38 | + <Unit filename="Ex-02_Data Types & Variable.c"> |
| 39 | + <Option compilerVar="CC" /> |
| 40 | + <Option target="<{~None~}>" /> |
| 41 | + </Unit> |
| 42 | + <Unit filename="Ex-03_Arithmetic Operators-1.c"> |
| 43 | + <Option compilerVar="CC" /> |
| 44 | + <Option target="<{~None~}>" /> |
| 45 | + </Unit> |
| 46 | + <Unit filename="Ex-04_Arithmetic Operators-2.c"> |
| 47 | + <Option compilerVar="CC" /> |
| 48 | + <Option target="<{~None~}>" /> |
| 49 | + </Unit> |
| 50 | + <Unit filename="Ex-05_User Input.c"> |
| 51 | + <Option compilerVar="CC" /> |
| 52 | + <Option target="<{~None~}>" /> |
| 53 | + </Unit> |
| 54 | + <Unit filename="Ex-06_Calculate Area of Circle.c"> |
| 55 | + <Option compilerVar="CC" /> |
| 56 | + <Option target="<{~None~}>" /> |
| 57 | + </Unit> |
| 58 | + <Unit filename="Ex-07_Calculate Marks & Average.c"> |
| 59 | + <Option compilerVar="CC" /> |
| 60 | + <Option target="<{~None~}>" /> |
| 61 | + </Unit> |
| 62 | + <Unit filename="Ex-08_Swap 2 Numbers.c"> |
| 63 | + <Option compilerVar="CC" /> |
| 64 | + <Option target="<{~None~}>" /> |
| 65 | + </Unit> |
| 66 | + <Unit filename="Ex-09_Escape Sequence.c"> |
| 67 | + <Option compilerVar="CC" /> |
| 68 | + <Option target="<{~None~}>" /> |
| 69 | + </Unit> |
| 70 | + <Unit filename="Ex-10_if Else-1.c"> |
| 71 | + <Option compilerVar="CC" /> |
| 72 | + <Option target="<{~None~}>" /> |
| 73 | + </Unit> |
| 74 | + <Unit filename="Ex-11_if else-2-Relational Operators.c"> |
| 75 | + <Option compilerVar="CC" /> |
| 76 | + <Option target="<{~None~}>" /> |
| 77 | + </Unit> |
| 78 | + <Unit filename="Ex-12_if else-3-Nested-Conditional Operators.c"> |
| 79 | + <Option compilerVar="CC" /> |
| 80 | + <Option target="<{~None~}>" /> |
| 81 | + </Unit> |
| 82 | + <Unit filename="Ex-13_Marriage Eligibility.c"> |
| 83 | + <Option compilerVar="CC" /> |
| 84 | + <Option target="<{~None~}>" /> |
| 85 | + </Unit> |
| 86 | + <Unit filename="Ex-14_Bit Wise Operators.c"> |
| 87 | + <Option compilerVar="CC" /> |
| 88 | + <Option target="<{~None~}>" /> |
| 89 | + </Unit> |
| 90 | + <Unit filename="Ex-15_Switch Cases-1.c"> |
| 91 | + <Option compilerVar="CC" /> |
| 92 | + <Option target="<{~None~}>" /> |
| 93 | + </Unit> |
| 94 | + <Unit filename="Ex-16_Switch Cases-2.c"> |
| 95 | + <Option compilerVar="CC" /> |
| 96 | + <Option target="<{~None~}>" /> |
| 97 | + </Unit> |
| 98 | + <Unit filename="Ex-17_Arrays-1-Types.c"> |
| 99 | + <Option compilerVar="CC" /> |
| 100 | + <Option target="<{~None~}>" /> |
| 101 | + </Unit> |
| 102 | + <Unit filename="Ex-18_Arrays-2-Arithmetic Operations.c"> |
| 103 | + <Option compilerVar="CC" /> |
| 104 | + <Option target="<{~None~}>" /> |
| 105 | + </Unit> |
| 106 | + <Unit filename="Ex-19_Arrays-3-String.c"> |
| 107 | + <Option compilerVar="CC" /> |
| 108 | + <Option target="<{~None~}>" /> |
| 109 | + </Unit> |
| 110 | + <Unit filename="Ex-20_Arrays-4-User Inputs.c"> |
| 111 | + <Option compilerVar="CC" /> |
| 112 | + <Option target="<{~None~}>" /> |
| 113 | + </Unit> |
| 114 | + <Unit filename="Ex-21_Multi Dimensional Arrays-1.c"> |
| 115 | + <Option compilerVar="CC" /> |
| 116 | + <Option target="<{~None~}>" /> |
| 117 | + </Unit> |
| 118 | + <Unit filename="Ex-22_Multi Dimensional Arrays-2.c"> |
| 119 | + <Option compilerVar="CC" /> |
| 120 | + <Option target="<{~None~}>" /> |
| 121 | + </Unit> |
| 122 | + <Unit filename="Ex-23_Multi Dimensional Array-3-Arithmetic Operations.c"> |
| 123 | + <Option compilerVar="CC" /> |
| 124 | + <Option target="<{~None~}>" /> |
| 125 | + </Unit> |
| 126 | + <Unit filename="Ex-24_While Loop-1.c"> |
| 127 | + <Option compilerVar="CC" /> |
| 128 | + <Option target="<{~None~}>" /> |
| 129 | + </Unit> |
| 130 | + <Unit filename="Ex-25_While Loop-2-Sum of Array Elements.c"> |
| 131 | + <Option compilerVar="CC" /> |
| 132 | + <Option target="<{~None~}>" /> |
| 133 | + </Unit> |
| 134 | + <Unit filename="Ex-26_While Loop-3-Get user inputs to an Array.c"> |
| 135 | + <Option compilerVar="CC" /> |
| 136 | + <Option target="<{~None~}>" /> |
| 137 | + </Unit> |
| 138 | + <Unit filename="Ex-27_While Loop-4-Reverse an Array.c"> |
| 139 | + <Option compilerVar="CC" /> |
| 140 | + <Option target="<{~None~}>" /> |
| 141 | + </Unit> |
| 142 | + <Unit filename="Ex-28_While Loop-5-Multi Dimensional array with nesetd Loop.c"> |
| 143 | + <Option compilerVar="CC" /> |
| 144 | + <Option target="<{~None~}>" /> |
| 145 | + </Unit> |
| 146 | + <Unit filename="Ex-29_Do While Loop-1.c"> |
| 147 | + <Option compilerVar="CC" /> |
| 148 | + <Option target="<{~None~}>" /> |
| 149 | + </Unit> |
| 150 | + <Unit filename="Ex-30_Do While Loop-2.c"> |
| 151 | + <Option compilerVar="CC" /> |
| 152 | + <Option target="<{~None~}>" /> |
| 153 | + </Unit> |
| 154 | + <Unit filename="Ex-31_For Loop-1.c"> |
| 155 | + <Option compilerVar="CC" /> |
| 156 | + <Option target="<{~None~}>" /> |
| 157 | + </Unit> |
| 158 | + <Unit filename="Ex-32_For Loop-2-Sum of Given Numbers.c"> |
| 159 | + <Option compilerVar="CC" /> |
| 160 | + <Option target="<{~None~}>" /> |
| 161 | + </Unit> |
| 162 | + <Unit filename="Ex-33_For Loop-3-Pattern Printing-1.c"> |
| 163 | + <Option compilerVar="CC" /> |
| 164 | + <Option target="<{~None~}>" /> |
| 165 | + </Unit> |
| 166 | + <Unit filename="Ex-34_For Loop - 4 - Pattern Printing - 2.c"> |
| 167 | + <Option compilerVar="CC" /> |
| 168 | + <Option target="<{~None~}>" /> |
| 169 | + </Unit> |
| 170 | + <Unit filename="Ex-35_For Loop - 5 - Pattern Printing - 3.c"> |
| 171 | + <Option compilerVar="CC" /> |
| 172 | + <Option target="<{~None~}>" /> |
| 173 | + </Unit> |
| 174 | + <Unit filename="Ex-36_For Loop - 6 - Pattern Printing - 4.c"> |
| 175 | + <Option compilerVar="CC" /> |
| 176 | + <Option target="<{~None~}>" /> |
| 177 | + </Unit> |
| 178 | + <Unit filename="Ex-37_For Loop - 7 - Create a Matrix MxN.c"> |
| 179 | + <Option compilerVar="CC" /> |
| 180 | + <Option target="<{~None~}>" /> |
| 181 | + </Unit> |
| 182 | + <Unit filename="Ex-38_For Loop - 8 - Factorial.c"> |
| 183 | + <Option compilerVar="CC" /> |
| 184 | + <Option target="<{~None~}>" /> |
| 185 | + </Unit> |
| 186 | + <Unit filename="Ex-39_For Loop - 9 - Prime Number.c"> |
| 187 | + <Option compilerVar="CC" /> |
| 188 | + <Option target="<{~None~}>" /> |
| 189 | + </Unit> |
| 190 | + <Unit filename="Ex-40_For Loop - 10 - Fibonacci Series.c"> |
| 191 | + <Option compilerVar="CC" /> |
| 192 | + <Option target="<{~None~}>" /> |
| 193 | + </Unit> |
| 194 | + <Unit filename="Ex-41_Variable Scope - 1 - Local Variables.c"> |
| 195 | + <Option compilerVar="CC" /> |
| 196 | + <Option target="<{~None~}>" /> |
| 197 | + </Unit> |
| 198 | + <Unit filename="Ex-42_Variable Scope - 2 - Global Variables.c"> |
| 199 | + <Option compilerVar="CC" /> |
| 200 | + <Option target="<{~None~}>" /> |
| 201 | + </Unit> |
| 202 | + <Unit filename="Ex-43_Variable Scope - 3 - Static Variables.c"> |
| 203 | + <Option compilerVar="CC" /> |
| 204 | + <Option target="<{~None~}>" /> |
| 205 | + </Unit> |
| 206 | + <Unit filename="Ex-44_Goto Keyword - 1.c"> |
| 207 | + <Option compilerVar="CC" /> |
| 208 | + <Option target="<{~None~}>" /> |
| 209 | + </Unit> |
| 210 | + <Unit filename="Ex-45_Goto Keyword - 2 - With For Loops.c"> |
| 211 | + <Option compilerVar="CC" /> |
| 212 | + <Option target="<{~None~}>" /> |
| 213 | + </Unit> |
| 214 | + <Unit filename="Ex-46_Continue Statement.c"> |
| 215 | + <Option compilerVar="CC" /> |
| 216 | + <Option target="<{~None~}>" /> |
| 217 | + </Unit> |
| 218 | + <Unit filename="Ex-47_Break Statement.c"> |
| 219 | + <Option compilerVar="CC" /> |
| 220 | + <Option target="<{~None~}>" /> |
| 221 | + </Unit> |
| 222 | + <Unit filename="Ex-48_ Functions - 1.c"> |
| 223 | + <Option compilerVar="CC" /> |
| 224 | + <Option target="<{~None~}>" /> |
| 225 | + </Unit> |
| 226 | + <Unit filename="Ex-49_Functions - 2.c"> |
| 227 | + <Option compilerVar="CC" /> |
| 228 | + <Option target="<{~None~}>" /> |
| 229 | + </Unit> |
| 230 | + <Unit filename="Ex-50_Functions - 3.c"> |
| 231 | + <Option compilerVar="CC" /> |
| 232 | + <Option target="<{~None~}>" /> |
| 233 | + </Unit> |
| 234 | + <Unit filename="Ex-51_Functions - 4 - Fibonacci - Factorial- Prime.c"> |
| 235 | + <Option compilerVar="CC" /> |
| 236 | + <Option target="<{~None~}>" /> |
| 237 | + </Unit> |
| 238 | + <Unit filename="Ex-52_Pointers - 1.c"> |
| 239 | + <Option compilerVar="CC" /> |
| 240 | + <Option target="<{~None~}>" /> |
| 241 | + </Unit> |
| 242 | + <Unit filename="Ex-53_Pointers - 2 - Call by Value.c"> |
| 243 | + <Option compilerVar="CC" /> |
| 244 | + <Option target="<{~None~}>" /> |
| 245 | + </Unit> |
| 246 | + <Unit filename="Ex-54_ Pointers - 3 - Call by Reference.c"> |
| 247 | + <Option compilerVar="CC" /> |
| 248 | + <Option target="<{~None~}>" /> |
| 249 | + </Unit> |
| 250 | + <Unit filename="Ex-55_Pointers - 4 - Call by Reference - 2.c"> |
| 251 | + <Option compilerVar="CC" /> |
| 252 | + <Option target="<{~None~}>" /> |
| 253 | + </Unit> |
| 254 | + <Unit filename="Ex-56_Pointers - 5 - Swapping 2 Numbers.c"> |
| 255 | + <Option compilerVar="CC" /> |
| 256 | + <Option target="<{~None~}>" /> |
| 257 | + </Unit> |
| 258 | + <Unit filename="Ex-57_Pointers - 6 - Passing Arrays to a Function - 1.c"> |
| 259 | + <Option compilerVar="CC" /> |
| 260 | + <Option target="<{~None~}>" /> |
| 261 | + </Unit> |
| 262 | + <Unit filename="Ex-58_Pointers -7 - Passing Arrays to a Function - 2.c"> |
| 263 | + <Option compilerVar="CC" /> |
| 264 | + <Option target="<{~None~}>" /> |
| 265 | + </Unit> |
| 266 | + <Unit filename="Ex-59_ Pointers - 8 - Pointer Arithmetic.c"> |
| 267 | + <Option compilerVar="CC" /> |
| 268 | + <Option target="<{~None~}>" /> |
| 269 | + </Unit> |
| 270 | + <Unit filename="Ex-60_Recursion - 1.c"> |
| 271 | + <Option compilerVar="CC" /> |
| 272 | + <Option target="<{~None~}>" /> |
| 273 | + </Unit> |
| 274 | + <Unit filename="Ex-61_Recursion - 2 - Fibonacci.c"> |
| 275 | + <Option compilerVar="CC" /> |
| 276 | + <Option target="<{~None~}>" /> |
| 277 | + </Unit> |
| 278 | + <Unit filename="Ex-62_Recursion - 3 - Factorial.c"> |
| 279 | + <Option compilerVar="CC" /> |
| 280 | + <Option target="<{~None~}>" /> |
| 281 | + </Unit> |
| 282 | + <Unit filename="Ex-63_Strings - 1.c"> |
| 283 | + <Option compilerVar="CC" /> |
| 284 | + <Option target="<{~None~}>" /> |
| 285 | + </Unit> |
| 286 | + <Unit filename="Ex-64_Strings - 3 - Inbuilt Functions - Length.c"> |
| 287 | + <Option compilerVar="CC" /> |
| 288 | + <Option target="<{~None~}>" /> |
| 289 | + </Unit> |
| 290 | + <Unit filename="Ex-65_Strings - 2 - Inbuilt Functions - Reverse.c"> |
| 291 | + <Option compilerVar="CC" /> |
| 292 | + <Option target="<{~None~}>" /> |
| 293 | + </Unit> |
| 294 | + <Unit filename="Ex-66_Strings - 3 - Inbuilt Functions - Upper and Lower.c"> |
| 295 | + <Option compilerVar="CC" /> |
| 296 | + <Option target="<{~None~}>" /> |
| 297 | + </Unit> |
| 298 | + <Unit filename="Ex-67_Strings - 4 - Inbuilt Functions - Copy.c"> |
| 299 | + <Option compilerVar="CC" /> |
| 300 | + <Option target="<{~None~}>" /> |
| 301 | + </Unit> |
| 302 | + <Unit filename="Ex-68_Strings - 5 - Inbuilt Functions - Concatenation.c"> |
| 303 | + <Option compilerVar="CC" /> |
| 304 | + <Option target="<{~None~}>" /> |
| 305 | + </Unit> |
| 306 | + <Unit filename="Ex-69_Strings - 6 - Inbuilt Functions - Compare.c"> |
| 307 | + <Option compilerVar="CC" /> |
| 308 | + <Option target="<{~None~}>" /> |
| 309 | + </Unit> |
| 310 | + <Unit filename="Ex-70_Strings - 7 - Inbuilt Functions - Search.c"> |
| 311 | + <Option compilerVar="CC" /> |
| 312 | + <Option target="<{~None~}>" /> |
| 313 | + </Unit> |
| 314 | + <Unit filename="Ex-71_Strings-Compare 2 Strings without inbuilt function.c"> |
| 315 | + <Option compilerVar="CC" /> |
| 316 | + <Option target="<{~None~}>" /> |
| 317 | + </Unit> |
| 318 | + <Unit filename="Ex-72_Strings-Count vowels without inbuilt function.c"> |
| 319 | + <Option compilerVar="CC" /> |
| 320 | + <Option target="<{~None~}>" /> |
| 321 | + </Unit> |
| 322 | + <Unit filename="Ex-73_Strings-Count alphabets digits and symbols.c"> |
| 323 | + <Option compilerVar="CC" /> |
| 324 | + <Option target="<{~None~}>" /> |
| 325 | + </Unit> |
| 326 | + <Unit filename="Ex-74_Structures-Collection of variables in different types.c"> |
| 327 | + <Option compilerVar="CC" /> |
| 328 | + <Option target="<{~None~}>" /> |
| 329 | + </Unit> |
| 330 | + <Unit filename="Ex-75_Structures-Array of Structures.c"> |
| 331 | + <Option compilerVar="CC" /> |
| 332 | + <Option target="<{~None~}>" /> |
| 333 | + </Unit> |
| 334 | + <Unit filename="Ex-76_Unions.c"> |
| 335 | + <Option compilerVar="CC" /> |
| 336 | + <Option target="<{~None~}>" /> |
| 337 | + </Unit> |
| 338 | + <Unit filename="Ex-77_Type Casting - Implicit.c"> |
| 339 | + <Option compilerVar="CC" /> |
| 340 | + <Option target="<{~None~}>" /> |
| 341 | + </Unit> |
| 342 | + <Unit filename="Ex-78_Type Casting - Expplicitly.c"> |
| 343 | + <Option compilerVar="CC" /> |
| 344 | + <Option target="<{~None~}>" /> |
| 345 | + </Unit> |
| 346 | + <Unit filename="Ex-79_Enumeration.c"> |
| 347 | + <Option compilerVar="CC" /> |
| 348 | + <Option target="<{~None~}>" /> |
| 349 | + </Unit> |
| 350 | + <Unit filename="Ex-80_File Operations - Creating Files.c"> |
| 351 | + <Option compilerVar="CC" /> |
| 352 | + <Option target="<{~None~}>" /> |
| 353 | + </Unit> |
| 354 | + <Unit filename="Ex-81_File Operations - Write Files.c"> |
| 355 | + <Option compilerVar="CC" /> |
| 356 | + <Option target="<{~None~}>" /> |
| 357 | + </Unit> |
| 358 | + <Unit filename="Ex-82_File Operations - Read Files.c"> |
| 359 | + <Option compilerVar="CC" /> |
| 360 | + <Option target="<{~None~}>" /> |
| 361 | + </Unit> |
| 362 | + <Unit filename="Ex-83_File Operations - Store Characters.c"> |
| 363 | + <Option compilerVar="CC" /> |
| 364 | + <Option target="<{~None~}>" /> |
| 365 | + </Unit> |
| 366 | + <Unit filename="Ex-84_File Operations - Store Strings.c"> |
| 367 | + <Option compilerVar="CC" /> |
| 368 | + <Option target="<{~None~}>" /> |
| 369 | + </Unit> |
| 370 | + <Unit filename="Ex-85_File Operations - Store String with spaces.c"> |
| 371 | + <Option compilerVar="CC" /> |
| 372 | + <Option target="<{~None~}>" /> |
| 373 | + </Unit> |
| 374 | + <Unit filename="Ex-86_File Operations - Structures.c"> |
| 375 | + <Option compilerVar="CC" /> |
| 376 | + <Option target="<{~None~}>" /> |
| 377 | + </Unit> |
| 378 | + <Unit filename="Ex-87_File Opetations - Append Mode.c"> |
| 379 | + <Option compilerVar="CC" /> |
| 380 | + <Option target="<{~None~}>" /> |
| 381 | + </Unit> |
| 382 | + <Unit filename="Ex-88_File Operations - Read and Write line by line.c"> |
| 383 | + <Option compilerVar="CC" /> |
| 384 | + </Unit> |
| 385 | + <Unit filename="main.c"> |
| 386 | + <Option compilerVar="CC" /> |
| 387 | + <Option target="<{~None~}>" /> |
| 388 | + </Unit> |
| 389 | + <Extensions> |
| 390 | + <lib_finder disable_auto="1" /> |
| 391 | + </Extensions> |
| 392 | + </Project> |
| 393 | +</CodeBlocks_project_file> |
0 commit comments