• Environment settings in Data structures

    Environment settings in Data structures
    because c and c ++ languages ​​are the languages ​​that almost every university uses to teach, in this chapter i will guide you to install c and c ++ to run the examples in the
  • Installation instructions C

    Installation instructions C
    there are several free and available ides for compiling and executing c programs. you can choose dev-c ++, code :: blocks, or turbo c. however, the most popular and commonly used
  • String in C

    String in C
    the string in the c programming language is essentially a one-dimensional array of characters that ends with a null character ''.