Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  INFORMATION TECHNOLOGY programming Blog  > 

2009-09-11 16:43
The while loop is ideally suited for case in programming that you want to do somethinga fixed number of times.Sample Program/* Calculation of simple interest for 3 sets of p, n and r */ main… Read More
2009-09-04 18:08
A decision control instruction can be implemented in C using:1.The if statement2.The if-else statement3.The conditional operatorsThe if StatementLike most languages, C uses the keyword if to… Read More
2009-09-04 18:01
While executing an arithmetic statement, which has two or more operators, we may have some problems as to how exactly does it get executed. For example, does t… Read More
2009-09-04 17:43
Now that we have written a few programs let us look at the instructions that we used in these programs. There are basically three types of instructions in C:1.Type Declaration Instruction2.A… Read More
2009-09-04 17:35
Once you have written the program you need to type it and instruct the machine to execute it. To type your C program you need another program called Editor. Once the program has been typed i… Read More
2009-09-03 15:49
C constants can be divided into two major categories:1.Primary Constants2.Secondary Constants Primary Constants include Integer Constant,Real Constant,Character ConstantSecondary Constants i… Read More
2009-09-03 15:15
C is a programming language developed at AT & T’s Bell Laboratories of USA in 1972. It was designed and written by a man named Dennis Ritchie. In the late seventies C began to repl… Read More

Share the post

INFORMATION TECHNOLOGY

×

Subscribe to Information Technology

Get updates delivered right to your inbox!

Thank you for your subscription

×