AKAmbuj Kumarinraidwlf.hashnode.dev·Nov 8, 2022 · 2 min readStandard Input And Output In CAbout C Input and output facilities are not part of the C language itself, So we use some standard library for the input and output facilities in our program. Here <stdio.h> Standard Input Using getchar: The simplest input mechanism is to read one ch...00
AKAmbuj Kumarinraidwlf.hashnode.dev·Jul 23, 2022 · 2 min readGit CheatsheatWhat is Git ? Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency Git is available for all the platforms out there Where to download Git ? https...00
AKAmbuj Kumarinraidwlf.hashnode.dev·Jul 23, 2022 · 2 min readMarkdown CheatsheatWhat is Markdown ? Markdown is a lightweight markup language for creating formatted text using a plain-text editor. John Gruber and Aaron Swartz created Markdown in 2004 as a markup language that is appealing to human readers in its source code form...00