What Is C Language? Features And Disadvantage Of C Language : – FilmyVoice
What’s C Language?
C is a Procedural Programming Language which is used to create software program. It is a primary and easy programming language. If you happen to be taught C language nicely then it will likely be very straightforward to be taught different programming languages like C++, Java, Python and so on.
C Language was found by Dennis Ritchie in 1972. Earlier than writing coding on this programming language, Turbo C++ setup must be put in in your pc. On this software program, C and C++ packages could be simply written and executed. This software program is a sort of translator which converts Supply Code into Object Code.
Options of C Language :
Now we are going to know what are the essential options of C Programming Language-
All packages made in C Programming Language execute quick.
Ideas of each the languages (Excessive Stage Language and Low Stage Language) are current in C Language.
This language is used to create each kinds of software program (System Software program and Software Software program).
C packages are very moveable, which means they are often run in any working system.
C is a Procedural Language, which implies it comprises an inventory of predefined directions and coding is completed on the premise of that process.
C Language is written in Meeting Language.
Disadvantages of C Language –
There are some shortcomings in C Programming Language which turn out to be hindrance in programming.
No Run Time Sort Checking- In C Programming language there isn’t any checking of any variable sorts at run time.
Does Not Assist OOPS – It doesn’t assist the idea of OOPS (Object Oriented Programming).
No Code Re-usability – It doesn’t assist the idea of inheritance, resulting from which there isn’t any code re-usability.
No Exception Dealing with – On this, exceptions can’t be dealt with throughout run time programming.
First “Hiya Program” of C Language :
“Hiya Program” is probably the most primary program in C language.
Initially obtain the setup of Turbo C/C++.
Now set up the setup usually in your pc.
Now open Turbo C/C++ utility and write “Hiya Program” in it.
Now run this system after compiling it.
Now a black display will open in entrance of you wherein “Hiya Program” shall be written.
Fundamental Ideas of C Programming Language :
Now tell us which primary ideas are utilized in C language.
Fundamental Syntax – Fundamental syntax utilized in C language like Header, Physique and Coding. On this this system is executed from high to backside.
Variables – Variables work like a reminiscence which is used to retailer a worth in programming.
Knowledge Varieties – It exhibits the kinds of variables and features.
Operators – It is a image which tells Compile concerning the Mathematical Perform and Logical Perform.
Loops – It is a kind of programming assertion which is used to execute a line repeatedly.
Array – It’s used to retailer a number of knowledge sorts in a single array.
Pointers – It’s used to retailer the tackle of the variable.