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

Wilco Interview Questions
Questions Answers Views Company eMail

#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

774

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

711

#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

708

#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

762

#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

660

#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }

620

.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

699

FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1191

What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

694

What does. int *x[](); means ?

627

a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

640

main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

629

main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

904

main() { printf("hello"); fork(); }

687

main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

910

Post New Wilco Interview Questions


Wilco Interview Questions


Un-Answered Questions

Explain the reasons for implementing process migration?

470


How do I use solver constraints in excel?

295


how you can protect your presentation in powerpoint 2013?

110


How do you go to a directory in ubuntu?

397


update data in an xml file which resides in solution itself, using silverlight 4.0

1370






compansation,leaves,salary,labour ligislations iso 2009

1755


You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?

579


CASE STUDY:- Assume you an insurance consultant dealing with an umbrella of insurance products of various insurance companies. You have been approached by the Dean of a college to give presentation on the insurance titled” life insurance fulfills the needs of a person”. The presentation a should include the various needs of a person at different stages of life. You have been requested to include sufficient example to make the presentation more reachable.

1724


What is the difference between undo & redo?

718


What is the maximum of key fields and search fields allowed in a segment?

566


What are the 3 types of numbers in python?

400


What are the uses of securing windows operating system?

431


Explain what is sql*plus?

666


How do you run a servlet?

537


Difference between clicks and visits?

81