Programming in C learn sample Program
- Get link
- Other Apps
Sample program of C language with structure explanation
C language is a general-purpose programming language in old-time c is know as B language that means Basic combine Programming language (BCPL).C language is found by Denis Ritchie in 1972 something and C is used Compilers for debug and run c program it is very fast executed and compile.
C language generally says it is OOP means object-oriented programming language but c support some OOP concept but it is a not pure Object-oriented programming
language.
Basically, there are three types of Programming Languages..(1) Procedural Programming Language
(2) Structured Programming Language
(3)Object-oriented Programming Language
C language is used input into output using algorithms is a set of some programming instruction step which used to perform user command or user request.
You can also use the to flowchart for learning c of any other object-oriented programming language because flowchart is a symbolic set of instructions perform in c language.
Basic structure and code of the sample program of c:
here #include is a keyword to use header files and <stdio.h> is a Standard header file and <conio.h> is a console header files which contain some identifier,c token and functions.
void main () is the main function of the program here execution part of the c language program and with void main () double bracket contains no of argument after this
curly bracket is open part here execution starts with curly bracket open and close between this clrscr is clear screen function which is clear output screen and print
statement print the given statement and you can add here to understand program details of program description using in Comment section "/*" and "*/"
this symbol start and close the comment section. during compiling compiler ignore by compiler. It is a means comment section is Non -Executable statement.
Print statement use with keyword print and open bracket "(" and close bracket ")" and contain the message with double quotes and at the ending semicolon ;
and end the print statement.
- Get link
- Other Apps
Popular posts from this blog
How write java Sample Program
SQL plus and Get Started With Oracle Database 11g Express Edition
How to Install Oracle SQL PLUS When you work on non programmer database then most of users use SQL. SQL is a sample high-level language. In past time IBM co. is found.but its commercially implement by oracle corporation. . To install SQL plus we need to download Oracle 11g Database Express Edition because Express editions are free for use with different user login. Once you have to download the oracle 11g setup from any site I suggest you google search and download from any software site because the Offical site is required to sign up after you are available for download. Using this link and download 11g express edition: https://www.filehorse.com/download-oracle-database-express-32/ If given link not work you can search your way any site. but please download express edition because of its free version of the oracle database. Another way is CD or DVD is available is a good option. insert cd or DVD in DVD ROM then DVD is automatically run and show installation screen. Af
Comments
Post a Comment
Thank you for comment and your feedback.