C Language Archive

Introduction to C

C Programming Language Tutorials History: C is a general purpose programming language developed in 1972 by Dennis Ritchie at Bell Labs. C language is the extension for ALGOL and B languages. Initially, there was no …

Types of Applications C

Types of applications: Programming languages are used to develop applications and these applications are used in communication. Applications can be categorized into 2 types System level applications are called “Standalone applications” Network level applications are …

Install C software

Installing C Every programming language is a standalone application. Standalone applications are compatible to Operating System We need to download and install the application before use of it. We download the using search engines like …

Compiler and Interpreter in C

Compiler: Compiler is a pre-defined program(software). It is responsible for checking syntax errors in the program. If the source is syntactically correct, then it will generate a file of binary code. After compilation, an intermediate …

Platform dependency C

What type of applications we can develop using programming languages? Platform dependency: C, C++ languages are Platform dependent languages. Using Platform dependent languages, we can develop only Standalone applications. Compiler Converts the Source code into …

C program elements

Programming elements: We use programming languages to develop applications(softwares). Every software is a set of programs. We define programs with programming elements. Every program consists 3 things Identity Variables Methods Identity: Every program has uniquely …

C Program Structure

Structure of a C program: C application is a collection of header files and C source files C source program is a combination of one or more functions. Header file is a collection of pre-defined …

C Library

Library: C developers providing pre-defined programs called Library Using library, we can develop C applications easily. C library is a collection of Header files (.h extension files) Header file contains Variables & Functions.

C Hello World Program

First C application: This program is used to display “Hello World” message on the console. clrscr() function is pre-defined and belongs to conio.h header file. It is used to clear the screen. To understand the …

Who will run C program?

Who will run programs in Computer? We use electronic machines with Operating Systems. We need to install OS on every computer. Every other software application such as VLC, MS-office, Clang, Java, and Python are dependent …

Courses Enquiry Form