What questions and tests would i be given to becme a
service enginner 2 for a train company repairing trains
Answer Posted / guest
I should love trains feed them as my children.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the memory reference and register reference instructions as micor operation.
95) func(a,b) int a,b; { return( a= (a==b) ); } main() { int process(),func(); printf("The value of process is %d ! ",process(func,3,6)); } process(pf,val1,val2) int (*pf) (); int val1,val2; { return((*pf) (val1,val2)); please help me in detail ....with flowchart
hai im going to face ibps SO IT officers grade 1 interview. if anyone had an idea plz tel me expected and experienced questions and mail to anusha_k_anu@yahoo.com
what is a structure in c language?
what is your weaknesses
whether we can implement VPN based on UDP? If yes then tell how? If no tell why not?
Explain the concept of segmentaion.
boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName);
what is difference between Fault tolerance Vs fault avoidance
if u have question papers/sample papers of any of PSUs,plz send me at dinesh.pandey3@gmail.com
Hi All... PLease send me if anyone have "Information Security Officer" Aptitude papers. Please Mail me at mannusanghi@gmail.com
what is the difference betweeen far pointer and near pointer
1. what is the opportunity in hardware & networking in future? 2.how many courses r in networking that fulfill market requrment? 3.who is better for career MCSE or CCNA ,UNIX ?
an upper layer message is split into 10 frames each of which has an 80 percent chance of arriving undamaged.if no error control is done by the data link protocol,how many times must the message be sent on the average to get the entire thing through?
requirement:To move display statements in a cobol program to a dataset.These display statements were not in main program but in calling program and we were not allowed to move these info via sysout dd dsn='dataset.name' . please let me know the ways this can be handled