blogger sujan adhikari
learn codding and do programming
LEARN C PROGRAMMING WITH ME !
INTRODUCTION ON C PROGRAMMING
* It is one of the most popular programming language in the world
* C is strongly associated with UNIX, as it was developed to write the UNIX operating system.
* C Is a procedural programming language. It was initially developed by Dennis Ritchie in the year 1972.
* C++, the successor to the C programming language,
* C PROGRAMMING successor FROM programming language
WRITTING THE FIRST PROGRAM:
. #include <stdio.h>// STANTARD INPUT OUTPUT.HEADER FILE//
int main(void)//THIS IS THE MAIN FUNCTION
{
printf ("HELLO WORLD");
return 0;
}
What is C?
It is a very powerful and general-purpose language used in programming. We can use C to develop software such as databases, operating systems, compilers, and many more. This programming language is excellent to learn for beginners in programming.
Table of Contents:
- About C Programming
- Prerequisites Of Using The C Language
- Why Learn C Programming Language?
- Benefits Of C Programming Language
- Facts About The C Language
- Writing The Word “How Are You” Using A C Program
- Applications Of A C Program
- Uses Of The C Programming Language
TO KNOW MORE subscribe👆
THIS CHANNEL👆
online c compiler:
* click here to go online c compiler:
THANK YOU FOR VISITING MY SITE
small project on Intrest rate calculator:
using java script:
Comments
Post a Comment