String Formatting in PythonIntroduces string formatting in Python, covering f-strings, precision, alignment, and common formatting types.
Working with StringsCovers the basics of working with strings in C, including reading, copying, comparing, and converting strings, along with examples and quizzes.
File Input/Output in C++Covers the detection of failure caused by end-of-file with the eof() method and the conversion of character strings to numerical types.
Input/Output: BasicsCovers the basics of input/output operations in C++, including interacting with the world through keyboard and screen.
Input/Output Streams in JavaCovers the concept of input/output streams in Java, focusing on the hierarchy of streams and practical examples using IntelliJ IDEA.