1
Zoho Coding Interview 1. Reverse string without using any inbuilt function or extra array. 2. A square which has same values only once both row wise and column wise is called a Latin Square. 12345 23451 34512 45123 51234 Is a simple latin square Write a program to print a Simple Latin Square of order 2-9 and write Test case for input values 6 and 9 3. Write a program to print numbers from 1-9999 in words . Ex:1893 should be printed as One Thousand Eight Hundred Ninety Three 4. Write a program to find 2 nd max number from a given array. 5.

Zoho Coding Interview

Embed Size (px)

DESCRIPTION

Zoho Coding Interview

Citation preview

Page 1: Zoho Coding Interview

Zoho Coding Interview

1. Reverse string without using any inbuilt function or extra array.

2. A square which has same values only once both row wise and column wise is called a

Latin Square.

12345

23451

34512

45123

51234

Is a simple latin square

Write a program to print a Simple Latin Square of order 2-9 and write Test case for input

values 6 and 9

3. Write a program to print numbers from 1-9999 in words .

Ex:1893 should be printed as One Thousand Eight Hundred Ninety Three

4. Write a program to find 2nd max number from a given array.

5.