C Basic Syntax (Handwritten Notes)
Hey, Friends today we will discuss about basic syntax of C-Programming language in this blog, I will give you hand written notes of all this topic.
In first page we seen a basic structure of C program, so it will easy to understand other basic building blocks of the C programming language.
In second page we discuss about "Semicolons" and "Comments" what is there meaning, functions and use in C program.
In fourth and fifth page we discuss about "Keywords" and "whitespace in c"
In keywords there is a list which shows the reserved words in C. These reserved words may not be used as constant or variable or any other identifier names.
And
White space is the term used in C to describe blanks, tabs, newline characters and comments.
Comments