Sunday, June 20, 2010

Fresh Graduate IT position question

Here is the answer (^_^):


/* C code */
#include
int main() {
int x = 10; int y = 35;
// x = x * y;
y/=x;
printf("The current value of x is: %i\n", y);
return 0;

}



/* C code */
#include
int main() {
int m=10; int n=5;
int x,y,z;
x=(--m == n++)?--m:++n;
y=m++;
z=n;
printf("The current value of x,y,z is: %i %i %i\n", x,y,z);
return 0;

}


/* C code */
#include
int main() {
int a=1;
int b=10;
do{
b-=a;
a++;
}while(b--<0);
printf("The current value of a,b is: %i %i \n", a,b);


return 0;

}


#include
int main() {
int y,x;
for(y=1, x=1; y<=50; y++)
{if(x>=10) break;
if(x%2==1)
{x+=5;
continue;
}
x-=3;
}
printf("The current value of x,y is: %i %i \n", x,y);

return 0;

}


#include
int main() {
int i,y,x,z;
for(i=0;i<=5;i++) {printf("%d",i);}
//printf("The current value of x,y is: %i %i \n", x,y);

printf("\n");
for(y=0;y<=5;++y) {printf("%d",y);}

printf("\n");
x=5;
x++;
printf("%i \n",x);

//x=5;
++x;
printf("%i \n",x);

return 0;

}

Saturday, February 27, 2010

SAP the new journey begins

Now i'm in the SAP industry, specialized in SAP programming world, know as ABAP or ABAPERS that what they called for SAP programmers. Oh! ABAP stand for Advance Business Programming or in German word its called Allgemeiner Berichts-Aufbereitungs-Prozessor

Saturday, January 12, 2008

Sunday, December 16, 2007

Monday, July 23, 2007

Laptop need to change


Should I change my laptop (^_^)V
Posted by Picasa

One Year Achievement, more to GO


One year at semiconductor, with one year achievement, small contribution with big appreciation. :p

BTW dont misjudge with this picture, in fact i cant tell you all , it is an easy project. Most important is award and recognition. Thanks ON!!
Posted by Picasa

Thursday, December 28, 2006

Tidur/Sleep

From Test

Tamadun and Teknologi

From Test


From Test

Sunday, December 24, 2006

Measat 3

Measat...









Thursday, November 23, 2006

udpating blog

blog updated...

now thinking the solution and work on the problem...

Tuesday, August 22, 2006

Opps I graduated again...



thanks again

Thursday, July 06, 2006

Sorry I cant go

Dear Mr/Ms;

Thank you for your interest in applying for the position in RHB Bank Berhad.

We would like to invite you for an assessment test for for Young Graduate Trainee, IT Division. The details are as follows :-

Date / Day : 12 July 2006 / Wednesday

Time : 9.00 am

Venue : Lobby, Operation & Training Block,
RHB Complex Bangi,
No. 8 Jalan Institusi, Kawasan Institusi
43000 Bdr Baru Bangi/Sg Merab
Selangor Darul Ehsan

Person to see : Pn Maslinda ( 03 - 8690 xxxx )

Things to bring : 1) Original & photocopied certificates
2) Updated resume
3) Passport-sized photo
4) Calculator

Please reply to us through email to confirm both your interest and ability to make
this appointment. We look forward to see you.


Thank you.
------------------------------------------------------------------------------

Greeting from IMU,

Dear En xxxxx

As per tele conversation, the details for the interview as below:

Date : 26/6/2006
Time : 2.30pm
Venue : Level 2, International Medical University, Bukit Jalil, Kuala
Lumpur (Map Location as attached)

Attached is the application form for you to fill and kindly bring along
a copy of your academic certificate, 1 passport photo and a copy of
latest payslip.

Regards,
Azura
Human Resources
International Medical University
Bukit Jalil Kuala Lumpur

Wednesday, June 21, 2006

IE7 Beta2




MY new IE7

Saturday, June 03, 2006

Java Here I come

New company want java. Let me think for moment......

Saturday, April 08, 2006

Planner III

What Planner Do ?

Planner III
(Negeri Sembilan - Seremban)

Requirements:

* Candidate must possess at least a Bachelor's Degree, Post Graduate Diploma or Professional Degree in Computer Science/Information Technology or equivalent.
* Required skill(s): English, hardworking, initiative.
* Preferred skill(s): IT Degree.
* Required language(s): English.
* Applicants must be willing to work in Seremban.
* Applicants should be Malaysian citizens or hold relevant residence status.
* Preferably junior executives specializing in IT/Computer - Network/System/Database Admin or equivalent.
* Full-Time positions available.
* Able to work closely with manufacturing and other relevant personnel
* Do material planning according to customer demands
* Liaise with counterparts from other sites

Monday, December 26, 2005


what web 2.0 ??? http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.html

Sunday, December 25, 2005


http://www.cssplay.co.uk/index.html - To learn css Posted by Picasa

Saturday, December 24, 2005

ACCP in memories ~~~~~~~~~~




This is my project... at accp pizza online ordering system..
so anyone who want to order ? no so much function in this system need many thing to brush up more..am guru wanna-b ...

Riddles

1) There is 3 bulbs in a room .. and 3 switch outside it how can we know which switch for each bulb ?

2) There is two gate keeper once alway tell the truth and one alway lie, if we want enter the right gate how should we do if we can only ask one question from them ?


answer : --------------------------------