Showing posts with label Programming in c. Show all posts
Showing posts with label Programming in c. Show all posts
Special operators in programming languages
09:42
Unknown
Posted in
Android,
JAVA,
Programming in c,
Software,
Web programming
Collection of useful keywords use in Turbo c
07:02
Unknown
Collection of useful keywords use in Turbo c
Keyword means the words what have special value and meaning to the compiler.If we use that as identifier there will be an error during compilation.There have about 43 or more keywords in Turbo C. Let's see what are these?.
See the table below of Turbo C keywords.....
Posted in
Programming in c
Flowchart symbols and description for programming
08:42
Unknown
Flowchart symbols and description
This post is for beginners.Many of us like programming and want to do program in different language.So start with basic knowledge of programming.The first step to do a program is writing an algorithm and the second one is writing a flow chart.Now i will show your the symbols of flowchart with description.
- Let's start with the symbols and description
Posted in
JAVA,
Programming in c,
Web programming
First C program to print a line
10:27
Unknown
First C program to print a line
C is a 3rd generation or mid-level language.C is so popular popular for its qualities.It's have lots of built in functions and operation to solve problems. Lets start with a C program.
1.To show a line as output you have to use printf();
Syntax of printf():
printf(" ");
- The text you to show as output should be write within double qoutation.
- The function should be close with semi-colon;
- printf should be in lowercase.
Posted in
Programming in c
Subscribe to:
Posts (Atom)

