Tuesday, 2 May 2017

C language

Compiler

It is a software which converts high level Lang or the source code in low level Language i.e, machine code and this procedure is called compilation.

No comments:

Post a Comment

Program to display ASCII value of any character.

Program #include<studio.h> #include<condo.h> void main( ) { char ch; clrscr(); printf("\n enter any character...