Other
[ TutGee com ] LinkedIn - Learning C
Torrent info
Name:[ TutGee com ] LinkedIn - Learning C
Infohash: 171AD2AD316542847B7B8B8F17968CAC1717645B
Total Size: 1.59 GB
Magnet: Magnet Download
Seeds: 1
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-11-10 04:37:41 (Update Now)
Torrent added: 2022-01-27 21:02:47
Alternatives:[ TutGee com ] LinkedIn - Learning C Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 1.59 GB) (Files: 245)
Get Bonus Downloads Here.url
~Get Your Files Here !
1. Introduction
001. Programming foundations in C.en.srt
001. Programming foundations in C.mp4
2. Hello World
002. Understanding the process.en.srt
002. Understanding the process.mp4
003. Obtaining a compiler and IDE.en.srt
003. Obtaining a compiler and IDE.mp4
004. Compiling a sample program.en.srt
004. Compiling a sample program.mp4
005. Reviewing the C language.en.srt
005. Reviewing the C language.mp4
3. The Basics
006. Introducing C code.en.srt
006. Introducing C code.mp4
007. Sending text to output.en.srt
007. Sending text to output.mp4
008. Challenge Add a puts() statement.en.srt
008. Challenge Add a puts() statement.mp4
009. Solution Add a puts() statement.en.srt
009. Solution Add a puts() statement.mp4
011. Exploring the printf() function.en.srt
011. Exploring the printf() function.mp4
012. Challenge Add a new line.en.srt
012. Challenge Add a new line.mp4
013. Solution Add a new line.en.srt
013. Solution Add a new line.mp4
014. Working with escape sequences.en.srt
014. Working with escape sequences.mp4
015. Challenge Use escape sequences.en.srt
015. Challenge Use escape sequences.mp4
016. Solution Use escape sequences.en.srt
016. Solution Use escape sequences.mp4
017. Working with values and placeholders.en.srt
017. Working with values and placeholders.mp4
021. Exploring the scanf() function.en.srt
021. Exploring the scanf() function.mp4
022. Working with strings.en.srt
022. Working with strings.mp4
025. Making more calculations.en.srt
025. Making more calculations.mp4
026. Challenge Math quiz.en.srt
026. Challenge Math quiz.mp4
027. Solution Math quiz.en.srt
027. Solution Math quiz.mp4
0NA. Adding comments to the code.en.srt
0NA. Adding comments to the code.mp4
0NA. Doing math.en.srt
0NA. Doing math.mp4
0NA. Experimenting with variables.en.srt
0NA. Experimenting with variables.mp4
0NA. Introducing variables.en.srt
0NA. Introducing variables.mp4
0NA. Understanding arithmetic in C.en.srt
0NA. Understanding arithmetic in C.mp4
0NA. Using character I O.en.srt
0NA. Using character I O.mp4
4. Flow Control
028. Making a decision with if.en.srt
028. Making a decision with if.mp4
029. Making multiple decisions.en.srt
029. Making multiple decisions.mp4
030. Challenge Make a decision.en.srt
030. Challenge Make a decision.mp4
032. Looping with while.en.srt
032. Looping with while.mp4
033. Repeating chunks of code with for.en.srt
033. Repeating chunks of code with for.mp4
034. Challenge Output a series of numbers.en.srt
034. Challenge Output a series of numbers.mp4
035. Solution Output a series of numbers.en.srt
035. Solution Output a series of numbers.mp4
037. Understanding functions.en.srt
037. Understanding functions.mp4
039. Passing values to a function.en.srt
039. Passing values to a function.mp4
040. Challenge Evaluate a number.en.srt
040. Challenge Evaluate a number.mp4
042. Returning a value from a function.en.srt
042. Returning a value from a function.mp4
0NA. Adding a function.en.srt
0NA. Adding a function.mp4
0NA. Nested loops.en.srt
0NA. Nested loops.mp4
0NA. Solution Evaluate a number.en.srt
0NA. Solution Evaluate a number.mp4
0NA. Solution Make a decision.en.srt
0NA. Solution Make a decision.mp4
5. Intermediate Concepts
044. Using logical operators.en.srt
044. Using logical operators.mp4
045. Manipulating strings.en.srt
045. Manipulating strings.mp4
046. Challenge Build a string.en.srt
046. Challenge Build a string.mp4
049. Understanding arrays.en.srt
049. Understanding arrays.mp4
050. Creating multidimensional arrays.en.srt
050. Creating multidimensional arrays.mp4
051. Challenge Add a dimension to an array.en.srt
051. Challenge Add a dimension to an array.mp4
052. Solution Add a dimension to an array.en.srt
052. Solution Add a dimension to an array.mp4
053. Understanding structures.en.srt
053. Understanding structures.mp4
0NA. Exploring constant expressions.en.srt
0NA. Exploring constant expressions.mp4
0NA. Manipulating single characters.en.srt
0NA. Manipulating single characters.mp4
0NA. Solution Build a string.en.srt
0NA. Solution Build a string.mp4
6. Advanced Concepts
054. Exploring variables.en.srt
054. Exploring variables.mp4
056. Using pointers.en.srt
056. Using pointers.mp4
057. Challenge Create a char pointer.en.srt
057. Challenge Create a char pointer.mp4
058. Solution Create a char pointer.en.srt
058. Solution Create a char pointer.mp4
059. Accessing arrays with pointers.en.srt
059. Accessing arrays with pointers.mp4
061. Working with pointer arrays.en.srt
061. Working with pointer arrays.mp4
062. Allocating memory.en.srt
062. Allocating memory.mp4
064. Solution Write a Hello program.en.srt
064. Solution Write a Hello program.mp4
0NA. Challenge Write a Hello program.en.srt
0NA. Challenge Write a Hello program.mp4
0NA. Creating pointer functions.en.srt
0NA. Creating pointer functions.mp4
0NA. Understanding pointers.en.srt
0NA. Understanding pointers.mp4
7. Conclusion
065. Continue exploring C programming.en.srt
065. Continue exploring C programming.mp4
Bonus Resources.txt
Ex_Files_Learning_C_2022
Exercise Files
Ch01
01-03_welcome.c
Ch02
02-02_empty.c
02-05_commentone.c
02-05_greetings.c
02-06_printf.c
02-09_twolines.c
02-12_value1.c
02-12_value2.c
02-12_value3.c
02-14_variable1.c
02-14_variable2.c
02-14_variable3.c
02-15_chario1.c
02-15_chario2.c
02-15_chario3.c
02-16_scanf.c
02-17_fgets.c
02-17_scanf.c
02-17_string.c
02-19_math1.c
02-19_math2.c
02-19_math3.c
02-20_pow.c
02-20_sqrt.c
Ch03
03-01_if1.c
03-01_if2.c
03-01_ifelse.c
03-01_ifelseifelse.c
03-02_switch.c
03-05_dowhile.c
03-05_while.c
03-05_whileendless.c
03-05_whileendlessbreak.c
03-06_for.c
03-08 Output a series of numbers.c
03-09_nestedfor.c
03-09_nestedwhile.c
03-11_function1.c
03-11_function2.c
03-11_function3.c
03-12_argument1.c
03-12_argument2.c
03-12_argument3.c
03-12_argument4.c
03-13_evaluate.c
03-15_return1.c
03-15_return2.c
03-15_return3.c
03-15_return4.c
Ch04
04-01_ctype1.c
04-01_ctype2.c
04-01_ctype3.c
04-01_ctype4.c
04-01_ctype5.c
04-02_chartest.c
04-03_string1.c
04-03_string2.c
04-03_string3.c
04-03_string4.c
04-06_constant1.c
04-06_constant2.c
04-07_array1.c
04-07_array2.c
04-07_array3.c
04-07_array4.c
04-07_array5.c
04-07_array6.c
04-08_multi1.c
04-08_multi2.c
04-09_animals.c
04-11_structure1.c
04-11_structure2.c
04-11_structure3.c
04-11_structure4.c
04-11_structure5.c
Ch05
05-01_var1.c
05-01_var2.c
05-01_var3.c
05-01_var4.c
05-01_var5.c
05-02_pointer1.c
05-02_pointer2.c
05-03_pointer1.c
05-03_pointer2.c
05-03_pointer3.c
05-04_challenge.c
05-06_arraypointer1.c
05-06_arraypointer2.c
05-06_arraypointer3.c
05-07_pfunction1.c
05-07_pfunction2.c
05-07_pfunction3.c
05-07_pfunction4.c
05-08_parray1.c
05-08_parray2.c
05-09_allocate1.c
05-09_allocate2.c
Solution files
02-04 Add a puts statement.c
02-08_Add a newline.c
02-09_twolines.c
02-11 Use escape sequences.c
02-22 Math quiz.c
03-04 Make a decision1.c
03-04 Make a decision2.c
03-04 Make a decision3.c
03-04 Make a decision4.c
03-08 Output a series of numbers.c
03-14 Evaluate a number.c
04-10 Add a dimension to an array.c
04_05 Build a string.c
05-05 Create a char pointer.c
05-11 Write a Hello program.c
Glossary_Learning_C_2018.pdf
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ TutGee com ] LinkedIn - Learning C Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






