Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

IBM Interview Questions
Questions Answers Views Company eMail

What is the Web.config file used for? a) To store the global information and variable definition for the application. b) Configures the time that the server-side codebehind module is called c) To Configure the Web Server. d) To Configure the Web browser.

8 34031

How do I declare a pointer to an array?

6 11881

whats the difference between profit center and bussiness area?

3 13614

merge sort time complexity

6 19659

The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above

2 12049

The very first process created by the kernal that runs till the kernal process is haltes is

6 15525

Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 26998

What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c 9 18125


In the process table entry for the kernel process, the process id value is a) 0 b) 1 c) 2 d) 255 e) it does not have a process table entry

4 21551

Which of the following API is used to hide a window a) ShowWindow b) EnableWindow c) MoveWindow d) SetWindowPlacement e)None of the above

2 19075

what will the following program do? void main() { int i; char a[]="String"; char *p="New Sring"; char *Temp; Temp=a; a=malloc(strlen(p) + 1); strcpy(a,p); //Line no:9// p = malloc(strlen(Temp) + 1); strcpy(p,Temp); printf("(%s, %s)",a,p); free(p); free(a); } //Line no 15// a) Swap contents of p & a and print:(New string, string) b) Generate compilation error in line number 8 c) Generate compilation error in line number 5 d) Generate compilation error in line number 7 e) Generate compilation error in line number 1

1 7589

In the following code segment what will be the result of the function, value of x , value of y { unsigned int x=-1; int y; y = ~0; if(x == y) printf("same"); else printf("not same"); } a) same, MAXINT, -1 b) not same, MAXINT, -MAXINT c) same , MAXUNIT, -1 d) same, MAXUNIT, MAXUNIT e) not same, MAXINT, MAXUNIT

1 7116

what will be the result of the following program ? char *gxxx() { static char xxx[1024]; return xxx; } main() { char *g="string"; strcpy(gxxx(),g); g = gxxx(); strcpy(g,"oldstring"); printf("The string is : %s",gxxx()); } a) The string is : string b) The string is :Oldstring c) Run time error/Core dump d) Syntax error during compilation e) None of these

2 10246

What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 7498

What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation

10 11589

Post New IBM Interview Questions


IBM Interview Questions


Un-Answered Questions

I have given ielts exam and i got 5.5 bands and i also got three I-20s from the US universities, so my ielts score will interrupt my visa or not? I want to confirm it.

1847


Why is it important not to expose a patient to x-rays for too long?

515


How bhp can be calculated in si units?

615


How does it work for example if a salon is a stockist of another companies product, is there a contract involed, and what are the normal terms of this contract

2720


What is the Use of the inet_makeaddr() Function?

950






What is silktest project?

549


What are homologous chromosomes? Which are the human cells that do not have homologous chromosomes?

474


what is the difference between wrappers and primitives es: diff between int i=200 in primitives and integeri = new integer(54)

1928


How run sql*plus commands that are stored in a local file?

511


List in order the hierarchical levels of jcl?

660


What is the use of spring cloud?

143


What is the virtual memory?

540


We are preparing another project which involves Waste heat recovery from a 1 MW GE Engine. The Engine in particular gives out flue gas at 487Deg C with a flow rate of 5650 kg/hour and this can be cooled to 180 Deg C. This gives a thermal output of ~ 594 KW that is available for input to VAM via heat exchanger / boiler. Additionally 581 KW will be available from engine jacket water (temperature profile 80/ 80 Deg C and a flow rate of 50m3/hr) Our estimation is that 300 TR of cooling is possible with a suitable VAM machine(s). Please advise what is the most suitable arrangement with maximum TR and min Capital expenditure. plz reply me as early as possible

1490


What are the application of void data type in c?

681


Where is wordpress admin password stored?

103