Featured Post

Variable Sized Arrays Discussions | C++ | HackerRank Variable Length Arrays in C and C++ - GeeksforGeeks

Variable Sized Arrays Variable Sized Arrays Discussions | C++ | HackerRank Consider an  -element array,  , where each index   in the array c...

Tuesday, June 11, 2019

WHAT IS C LANGUAGE? FUNDAMENTAL OF C LANGUAGE

WHAT IS C LANGUAGE

  • C is a general-purpose middle level language.•It was developed by Dennis Ritchie in 1970s at AT&T Bell Laboratories .
•It is the structured programming language used to develop all types of software i.e Application software and system software .•C is platform dependent programming language.•It was developed by Dennis Ritchie in 1970s at AT&T Bell Laboratories .•It is the structured programming language used to develop all types of software i.e Application software and system software .•C is platform dependent programing language,



WHERE TO USE C LANGUAGE?

 Operating Systems (UNIX)
 Language Compilers
 Assemblers
 Network Drivers
 Data Base(oracle)
 Language Interpreters
 Utilities(antivirus software, backup software and disk  tools)

      Easy to learn.
      Structured language.
      It produces efficient programs.
      It can handle low-level activities.
      It can be compiled on a variety of computer platforms.
      It is very fast language



HISTORY OF C LANGUAGE 







NOW START LEARNING FROM BASIC TO TOP WITH MAGIC TRICK AND TECHNIQUES


WHAT IS KEYWORD ?

WHAT IS CONSTANT  AND ITS TYPES?



HOME PAGE