User-submitted Projects

69
1594 reads
AmitVerma's picture

Submitted by

AmitVerma
Tags:

Moves pointer Array internally
This program demonstrates how to moves pointer Array internally at each index in PHP.
Run It Now!
65
1591 reads
AmitVerma's picture

Submitted by

AmitVerma
Tags:

Print Array values in readable format
This program displays Array information about variables in a simple, readable format using var_dump() function.
Run It Now!
102
1828 reads
AnthonyDaniel's picture

Submitted by

AnthonyDaniel
Tags:

Print Array randomly
This program demonstrates how to print Array randomly using suffle() function in PHP.
Run It Now!
95
1846 reads
AnthonyDaniel's picture

Submitted by

AnthonyDaniel
Tags:

Mixed Mode Processing
This program demonstrates Mixed Mode Processing in PHP.
Run It Now!
49
2170 reads
AnthonyDaniel's picture

Submitted by

AnthonyDaniel
Tags:

pointer
this program implements pointer in cpp.
Run It Now!
51
2325 reads
AnthonyDaniel's picture

Submitted by

AnthonyDaniel
Tags:

Logical operator
this program implements Logical operator AND,OR,NOT .
Run It Now!
42
2974 reads
AnthonyDaniel's picture

Submitted by

AnthonyDaniel
Tags:

Area of square
this program find out area of square.
Run It Now!
59
2837 reads
RanjitKumar's picture

Submitted by

RanjitKumar
Tags:

Data Structure
this program implements linkedlist in cpp.
Run It Now!
51
2470 reads
RanjitKumar's picture

Submitted by

RanjitKumar
Tags:

Data Structure
this program implements linkedlist in cpp.
Run It Now!
43
2200 reads
RanjitKumar's picture

Submitted by

RanjitKumar
Tags:

even odd numbers
this program enters number input and found that's even or odd.
Run It Now!