C Program

What is c program? A C program can vary from 3 lines to millions of lines and it should be written into one ormore text files with extension “.c”; for example, hello.c. You can use “vi”, “vim” or any othertext editor to write your C program into a file.This tutorial assumes that you know how … Read more