Let Us C Part 1
Let Us C Part 1
History of C-
Language
Lets Play Code
By Fahad Khan
History And Introduction
LPC
Header Files Inclusion:
void main()
{
Int b;
};
Body
#include <stdio.h>
int main(void)
{
printf(“Lets Play Code");
return 0;
}