answersLogoWhite

0

With printf.

Example:

for (i=0; i

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is statement and blocks?

A statement is a single instruction in a language; a block is a group of instructions.


How the program statement and code are related?

A statement in your program is part of the code. In a low-level programming language, a statement will map directly to a single CPU instruction. In a high-level programming language, a statement is the smallest element of the language's syntax.


Which single word in the English language is the name of the difference between the highest and the lowest score of a group of numbers?

range


Why the semicoloumn is used in c program?

Why semicolon? Tradition.What does it do? Terminates a single statement, eg:i+= 3; /* expression is a single statement */{ i= 3; --j; } /* no semicolon after the compound statement */


What is the deffernce of the switch statement and the if statement in c plus plus?

If statement is single selection statement,whereas the switch statement is multiple selective.


How many strings are there on a sarod?

Overall, the number of keys will vary, depending on the number on keys the harpsichord have. For a single manual harpsichord (one keyboard) each key has 2 strings. Since most harpsichords have about 5 octaves that's a total of 120 strings. Now some harpsichords have 2 manuals, and for those it's around 240 strings.


When did James Morrison release Broken Strings?

James Morrison released the single "Broken Strings" in December 2008. It was his third single from his second study album titled "Songs for You, Truths for Me". The song is a duet with Nelly Furtado.


What was the name of the strings debut single?

Strings debut album was called Strings. "Pyar Se Phir", "Yeh Hai Pyar Ka Saman" and "Jab Se Tum Ko" were all singles from the album.


What single digit numbers that are divisible by 7000?

There are no single-digit numbers divisible by 7000.


What are the Types of income statement?

1. Single step income statement 2 – Multi-step income statement


Can single digit numbers be palindromic numbers?

No.


What is the syntax of the if statement?

clearly:if () orif () else In each case, can be a null statement, a single statement, or a block of statements surrounded by braces, {}.