Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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); }

1129

#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); }

1155

#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); }

1098

#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); }

1259

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

1112

#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); }

1023

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

1259

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.

1729

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'); }

1157

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

1037

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);

1103

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

1116

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

1503

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

1172

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); }

1394

Post New Wilco Interview Questions


Wilco Interview Questions


Un-Answered Questions

What is sandbox?

1167


Can enyone tell me what is the young generation and old genaration in GC ? how it will work?

1812


Explain me what is important to effective market analysis?

1038


What is the relationship between your b/c and view ?

947


What is nameof c#?

878


Define a context in the universe?

913


What kind of tools and materials are required to test water softening system of heating plant?

1975


A 500 V shunt motor runs at its normal speed of 250rpm when the armature current is 200A. The resistance of the armature is 0.12 Ω. Calculate the speed when a resistance is inserted in the field reducing the shunt field to 80% of normal value and the armature current is 100A.

2474


What type of language is java?

964


What is the main difference between inmon and kimball philosophies of data warehousing?

1093


How do I open a spreadsheet?

647


Is angular difficult?

737


What is button tag?

761


assessee is a developer. menthod of accounting- mercantile. he sold a flat to party , registration has been done in financial year 2012-13. but he has taken the sale next financial year on the ground that one cheque has been credited in the next financial year. can the assessee's claim can be considered for taxation purpose

1591


What do you mean by cascading?

657