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 third page we learn about "Identifiers" basically C identifier is a name used to identify a variable function. Here, we also learn about some acceptable identifiers. 



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. 

For more hand written notes don't forget to watch our blog on a daily basis. 

If you learn anything from this notes don't forget to share this with your friends and family. 





Comments

Popular posts from this blog

C-programming Introduction (Notes).

My Resume / Achievements.

All about hacking.