Page not found
Search results
Multiplication table in Java
... Download Multiplication table program class file. Code: import java.util.Scanner ; class Tables { ...
devyog - 30/11/2019 - 20:57
C program to print diamond pattern
The diamond pattern in C language: This code prints a diamond pattern of stars. The diamond shape is as follows: ...
devyog - 26/11/2019 - 22:50
C program to get IP address
... prints IP address, subnet mask, and default gateway. The code given below works for Windows XP and Windows 7. If you are using Turbo C ...
devyog - 23/11/2019 - 11:40
Subtract matrices
C code to subtract matrices of any order. This program finds the difference ...
devyog - 23/11/2019 - 11:40
C program to find the frequency of characters in a string
... how many times in the string. For example, in the string "code" each of the characters 'c,' 'd,' 'e,' and 'o' has occurred one time. Only ...
devyog - 23/11/2019 - 11:40
Insertion sort in C
... in C: C program for insertion sort to sort numbers. This code implements insertion sort algorithm to arrange numbers of an array in ...
devyog - 12/11/2019 - 14:29
Circle function in c
... and third parameter specifies the radius of the circle. The code given below draws a circle. C program for circle ...
devyog - 08/01/2018 - 20:55
CodeChef tutorial
... skills and also participates in contests. You submit your code and it's compiled at the server and then it's tested against the designed ...
devyog - 05/01/2018 - 00:51