Posts

what are Identifier in c++ language? programming in c++

 Chapter No 2 Programming in c++  what are Identifier in c++ language?                                     Identifier are names that is represent as variable,constants,functions and labels in the program.  Identifier is importance feature of all programming language. Identifier in c++ may consist of 31 characters. If name of identifier is more than 31 characters first 31 character can be used remaining is ignore. Some important rules for identifiers as follows  The first character must be an aliphatic  or underscore(_) The reserved words cannot be used as identifiers   Types of Identifiers👈 The are two type of identifiers    Standard Identifiers   User Defined Identifiers Standard Identifiers  is type of identifiers that having special meaning in the c++ language is called standard id...
Image
  HELLO  GUYS    Welcome to my blog                                         Tables of contents   Chapter no 1:                                           Introduction of C++                               History of C++ language... …                  Feature of c++ language...                                Installing methods for compilers for c++…..                Chapter No 1 History of c++ language Introduction ...

learning computer c++ programming language,machine language

Image
What is c++ programming language | Basic computer language? C++ is an computer  programming language. C++ is a  high -  position   general -  purpose  programming  language  created by Danish computer scientist Bjarne Stroustrup as an  extension  of the C programming  language , or" C with  Classes. Use of c++ C++ language is used for operating system's,as well as gamming programming, software engineering,data structure and many others. History of c++ language C++ was developed by Bjarne Stroustrup at Bell Laboratories over a period starting in 1979. Since C++ is an attempt to add object- acquainted features( plus other advancements) to C++, before it was called as “ C++ with Objects ”. As the language developed, Stroustrup named it as C in 1983. The name C++ suggests “ C++ incremented ”( recall the is an proliferation driver of C++).     C++ was made available outside Bell Laboratories in 1985. The first ma...