Setup Things to Write in C

 Tools Required for Writing C


  •     Text Editor

  1.         notepad (on Windows)
  2.         TextEdit app (on mac)
  3.         Text Edit (on Ubuntu)

    

    "    And we need a compiler to complile C code to machine Code    "

  •    Compilers

  1.         gcc
  2.         turbo
  3.         mingw

Notepad On Windows

Open notepad in windows and 


Save it as main.c anywhere.



Post a Comment (0)
Previous Post Next Post