Infolink

 

Search This Blog

Showing posts with label DATA TYPES in c#. Show all posts
Showing posts with label DATA TYPES in c#. Show all posts

Nov 10, 2012

KEYWORDS,IDENTIFIERS and DATA TYPES in C#.Net

Introduction

KEYWORDS :
Keywords are the words which are language specific. A keyword is an essential part of a language definition. These words cannot be used as identifiers. Identifiers are nothing but names given to various entities used in a program. The examples of keywords are event, byte, break, using, class..etc

IDENTIFIERS :
Identifiers are program-defined tokens. Identifiers are names of various program elements like classes, methods, variables, namespaces, interfaces...etc. in the code that uniquely identify an element. Now let us see what these entities are.
Related Posts Plugin for WordPress, Blogger...