Skip to main content

Posts

Beginning with C programming

Beginning with C programming: Finding a Compiler: Before we start C programming, we need to have a compiler to compile and run our programs. There are certain online compilers like http://ideone.com/ or https://www.onlinegdb.com/online_c_compiler that can be used to start C programming without installing a compiler. Windows: There are many compilers available freely for compilation of C programs like Code Blocks and Dev-CPP. Borland C( https://developerinsider.co/download-and-install-borland-c-compiler-on-windows-10/ ), Turbo C ( https://developerinsider.co/download-turbo-c-for-windows-7-8-8-1-and-windows-10-32-64-bit-full-screen/ ) etc Linux: For Linux, gcc comes bundled with the linux, Code Blocks can also be used with Linux. This Blog has been written based on Linux and all the given examples have been compiled on the Ubuntu flavor of the Linux system.If you are using Linux or UNIX, then check whether GCC is installed on your system by entering the following command from the comma

Basic Linux Commands

Basic Linux Commands for Beginners Linux is an Operating System’s Kernel. You might have heard of UNIX. Well, Linux is a UNIX clone. But it was actually created by Linus Torvalds from Scratch. Linux is free and open-source, that means that you can simply change anything in Linux and redistribute it in your own name! There are several Linux Distributions, commonly called “distros”. A few of them are: Mint Ubuntu Linux Red Hat Enterprise Linux Debian Fedora Kali Linux is Mainly used in Servers. About 90% of the Internet is powered by Linux Servers. This is because Linux is fast, secure, and free! The main problem of using Windows Servers are their cost. This is solved by using Linux Servers. Forgot to mention, the OS that runs in about 80% of the Smartphones in the World, Android, is also made from the Linux Kernel. Yes, Linux is amazing! A simple example of its security is that most of the viruses in the world run on Windows, but not on Li