Posts

Showing posts from August, 2023

C Simplified for Beginners

Image
Introduction and Programming languages​ Disclaimer : The contents are taken from various sources, which are mentioned for each figures and reference list provided at the end. it is just the compilation work done by the author of this blog. The information contained in this blog is compiled and published for educational purposes only. I acknowledge my gratitude towards the websites YouTube, Wikipedia, and Google search engine.  Contents: Chapter: 1 Programming Paradigms, Types of Programming Languages, Language Translators, Problem Solving Techniques: Algorithm, Flow Chart, Pseudo code, ​  Chapter: 2 History of C, Features of C, Compilation, Process in C , Data Types in c, Keywords in c, C Identifiers, C Operators, Comments, Variables in C,C Format Specifier, C Escape Sequence, ASCII value in C, Constants in C.​ Chapter: 3 C Control Statements: if-else, Switch, if-else vs switch, do- while loop, while loop, for loop, Nested Loops, Infinite Loop  in C, break, continue,...