welcomeengineers

Introduction to C

Introduction to C:


             C language is a system programming language that is extremely popular, very simple in use and understanding and flexible.

        It is machine-independent, structured programming language which is used in many applications as like written operating system like UNIX operating system, core libraries of android are written in C. Major part of web browsers written in C. 

                  My SQL is also written in C.

             C language is Procedure oriented language. C language is mid-level programming language popular language for hardware dependent programming.

               The C Language is developed for creating system applications that directly interact with the hardware devices.
  
          C language is a base for the programming hence called as mother of programming languages. If you know 'C' you can easily able to grasp the concept and the knowledge of the other programming languages that uses the concept of 'C'. So most of the programmer’s advice to learn 'C'. 

    C language uses  pre-processor software , compiler, library file, linker for execution of program or for formation of software.  A file with .exe extension is software. 

        C language involve use of identifier, keywords, instruction, Data types, operators, statements, control instruction, functions, arrays, string, pointer, structure, union, enumerators, file opening modes, class, pointer, wild pointer,  void pointer, function pointer , etc..

           for learning C++, which is an object oriented language, you need to know the C language very well . if you become a master in  C programming, you can easily learn another specified language.

              It allow a complex program to be break down into number of sub part called simple program or function. Provide assess to it.
SHARE

Milan Tomic

Hi. I’m Designer of Blog Magic. I’m CEO/Founder of ThemeXpose. I’m Creative Art Director, Web Designer, UI/UX Designer, Interaction Designer, Industrial Designer, Web Developer, Business Enthusiast, StartUp Enthusiast, Speaker, Writer and Photographer. Inspired to make things looks better.

  • Image
  • Image
  • Image
  • Image
  • Image
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment

C language programs.