_๐Ÿ…’ _๐•ป๐–—๐–”๐–Œ๐–—๐–†๐–’๐–Ž๐–“๐–Œ☠ _ known as mother☠ โฑ ₳₦₲ษ„₳₲ษ†.._


            ๐จ๐ฎ๐ซ ๐ข๐ง๐ญ๐ž๐ง๐ญ๐ข๐จ๐ง ๐ข๐ฌ ๐จ๐ง๐ฅ๐ฒ ๐ž๐๐ฎ๐œ๐š๐ญ๐ข๐จ๐ง☠️
     
:- The C language is developed by Dennis
   Ritchei for creating system application
   that directly interact with the hardwere
    devices such as drivers __
        kernels, etc.
     ๐Ÿ‘‡๐Ÿป๐Ÿ‘‡๐Ÿป๐Ÿ‘‡๐Ÿป๐Ÿ‘‡๐Ÿป
:-  C programming is considered as the base for other programming languages, that is why it is known as mother language.

 :-  It can be defined by the following ways:

  1. Mother language
  2. System programming language
  3. Procedure-oriented programming language
  4. Structured programming language
  5. Mid-level programming language

:- Features of C Language..

:- C is the widely used language. It provides many features that are given below.๐Ÿ‘‡๐Ÿป

  1. Simple
  2. Machine Independent or Portable
  3. Mid-level programming language
  4. structured programming language
  5. Rich Library
  6. Memory Management
  7. Fast Speed
  8. Pointers
  9. Recursion
  10. Extensible..
Note:- ๐Ÿ‘†๐Ÿป๐Ÿ‘†๐Ÿป Search on Google to know about it๐Ÿ‘†๐Ÿป..__

How to install C

:- There are many compilers available for c and c++. You need to download any one. Here, we are going to use Turbo C++. It will work for both C and C++. To install the Turbo C software..!
  1. Download Turbo C++
  2. Create turboc directory inside c drive and extract the tc3.zip inside c:\turboc
  3. Double click on install.exe file
  4. Click on the tc application file located inside c:\TC\BIN to write the c program

Download Turbo C++ software

You can download turbo c++ from many sites.  Download turbo c++

Create turboc directory in c drive and extract the tc3.zip๐Ÿ‘‡๐Ÿป

:- Now, you need to create a new directory turboc inside the c: drive. Now extract the tc3.zip file in c:\truboc directory.


: -  First C Program๐Ÿ‘‡๐Ÿป

 To write the first c program, open the C console and write the following code:๐Ÿ‘‡

#include <stdio.h>    int main()

{    printf("Hello");    return 0;  

 }  

 :- #include <stdio.h> includes the standard input output library functions. The printf() function is defined in stdio.h .

int main() The main() function is the entry point of every program in c language.

printf() The printf() function is used to print data on the console.

return 0 The return 0 statement, returns execution status to the OS. The 0 value is used for successful execution and 1 for unsuccessful execution.

:- Compilation process in c

What is a compilation?

:-  The compilation is a process of converting the source code into object code.The c compilation process converts the source code taken as input into the object code or machine code. The compilation process can be divided into four steps, i.e., Pre-processing, Compiling, Assembling, and Linking...
  • Preprocessor
  • Compiler
  • Assembler
  • Linker

next topic__๐Ÿ‘‡๐Ÿป

__:- printf() and scanf() in C__? 

   

Comments

Popular posts from this blog

Splunk Command's/Queries & Basic Structure/Components &More...

Information Security๐Ÿ‘ฝ