Displaying problems 1 - 10 of 19 in total
Submitted by (ilduderino) on April 08 2010   |   Discuss
void print(int &x, int y, int *z) { x = 10; y = 20; z = (int *)30; }
int main()
{
int a = 1, ...
Solve it!
Submitted by (kokoshanel) on March 31 2010   |   Discuss
Solve it!
Submitted by (kokoshanel) on March 31 2010   |   Discuss
Solve it!
Submitted by (kokoshanel) on March 31 2010   |   Discuss
int main() {
char *xx = "This is a test";
char yy[] = "This is not a test";
char *a ...
Solve it!
Submitted by (kokoshanel) on March 31 2010   |   Discuss
Solve it!
Submitted by Robert (uzurpatorul) on January 22 2010   |   Discuss
Solve it!
Submitted by (ilduderino) on January 22 2010   |   Discuss
Solve it!
Submitted by (kokoshanel) on January 07 2010   |   Discuss
Solve it!
Submitted by (ilduderino) on December 28 2009   |   Discuss
Solve it!
Submitted by Joe (work) on December 17 2009   |   Discuss

