#Clanguagetutorial
Explore tagged Tumblr posts
codiens2 · 4 years ago
Photo
Tumblr media
Tokens in C - Codiens
As we know that Cell is the basic building block of living things. 
C language also has basic building blocks known as Tokens. You may think of a Token as the smallest individual unit in a C program.
This means that a program is constructed using a combination of these tokens. The compiler breaks a program into the smallest possible units and proceeds to the various stages( lexical, syntax, and semantic)  of compilation. 
There are six main types of tokens in C. Read more.
1 note · View note
clanguagetutorial · 4 years ago
Link
0 notes
onlinesoftwaretrainings · 8 years ago
Video
youtube
Operators Logical and Bitwise | C Technical Interview Questions and Answers - Nareshit
0 notes
codiens2 · 4 years ago
Photo
Tumblr media
C Keywords and Identifiers - Codiens
Keywords are the reserved words of programming languages which has a specific feature associated with them. The meaning of these reserved words has already been explained to the C compiler. So that’s why we can’t use these words as a variable or an identifier name.
All those words that help us use the C programming functionality are included in the list of keywords. 
There are a total of 44 keywords in C11. Starting 32 keywords of C11 are taken from ANSI C and 5 keywords from C99. 
There are 7 more keywords added to the C language. (C89 –> 32, C99 –> 5, C11 –> 7)  Read more.
2 notes · View notes
onlinesoftwaretrainings · 8 years ago
Video
youtube
Nested if block in #C | #CLanguage Tutorial | Mr. Srinivas - Nareshit
0 notes
onlinesoftwaretrainings · 8 years ago
Video
youtube
Strings | C Technical Interview Questions and Answers | Mr. Srinivas
0 notes
onlinesoftwaretrainings · 7 years ago
Video
youtube
Global variables in #C | #CLanguage #Tutorials | Mr.Srinivas - #Nareshit
0 notes