answersLogoWhite

0

Use ordinal numbers: 0, 1, 2, ...

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Program to count the number of numbers in an array using 8085 microprocessor?

A program which is used to count the number of numbers in an array using a 8085 microprocessor is known as a assembly language program.


What happens to the number of objects in a group when they are subtracted?

When objects are subtracted from a group, the total count of objects in that group decreases. The number of remaining objects is determined by taking the original count and reducing it by the number of objects removed. This process continues until all objects are subtracted or the group is empty. Thus, subtraction directly affects the total quantity, resulting in a smaller number of objects.


A class in a program whose objects are created and destroyed throughout the program It is desired that the total number of live objects in the program be known how you do this in C plus plus?

Create a static member variable to contain the count. This variable is common to all instances of the class.Initialize that variable to zero at the beginning of the program.In the class constructor, increment the variable.In the class destructor, decrement the variable.


Program to count the number of characters and words in the line?

in linux wc -l filename will count the lines and wc will count the letters


If a and b are two real numbersexplain how you calculate the difference a-b?

The most reliable method is . . . -- On a clean tabletop or a clear area on the ground, count out 'a' objects in a neat pile. -- Remove 'b' of the objects from the pile and set them aside. -- Count the number of objects remaining in the pile. That number is (a - b).


It 4-1 solved question papers November -2008?

Write a program to count the number of IS in any number in register B and put the count in R5.


What is the program counter?

Counters in basic are used to count a number of times a process is being used.


Write a program to get table of a number?

#include "stdio.h" #include "conio.h" #define TABLE_UP_TO_20 20 void table_of_a_number(int number); int main() { int i = 0x00; printf("Enter a positive number in decimal whose table has to be generated"); scanf("%d",&i); table_of_a_number(i); return 0; } void table_of_a_number(int number) { int count = 0x00; for(count = 0x01;count <=TABLE_UP_TO_20 ;count++) { /* THis will print the table*/ printf(" %d * %d = %d\n", number,count, (number*count)); }


Write a program that ask the user to enter a number n and display the first n even numbers?

#include "stdio.h" int main() { unsigned int number, count; printf("Enter the Number \t"); scanf("%d", &number); printf("The even numbers are: \n"); for(count = 0x01; (count < number && number!= 0x00)) { if(count%2) { }else { printf("%d\n", count); } count++; } return 0; }


Write a program using while loop?

//program to find the factorial value f any number using while loop #include<stdio.h> void main() { int i,n,fact=1; printf("Enter the number\n"); scanf("%d",&n); i=n; while (i>=1) { fact=fact*i; i--; } printf("The factorial value=%d",fact); } the above is a program for calculating tha factorial value of any number which is entered by the user


How many people are named EJ?

There is no specific count available for the number of people named EJ as it can vary.


What is the cardinal number for 20?

The cardinal number for 20 is simply "twenty." Cardinal numbers represent quantity, and in this case, twenty indicates a count of 20 objects or entities.