couldt

  1. S

    need alternate body for lg 1800

    Dear Friends, Can anybody tell me , where can I get body for LG 1800 cellphone. I tried lott in market. but could't find it.
  2. S

    c program

    hi i write the following program. -------------------------------------------------------------- # define swap(a,b) temp=a; a=b; b=temp; main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }...
Top Bottom