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

776

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

716

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

712

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

768

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

666

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

625

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

704

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.

1199

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

698

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

635

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

644

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

634

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

908

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

693

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

915

Post New Wilco C Interview Questions


Wilco C Interview Questions
    Wilco C Interview Questions (16)


Un-Answered Questions

Explain in Tally ERP 9, how you can view profit and loss statement?

597


how to calculte capacitor range for single phase induction motors??pls tel

1617


How to create shapes with border property.

946


Why you want to join Essar?

747


Is cloud computing an application?

326






How to create array in JavaScript?

546


What are the features connected to organizational assignment?

569


Is spark sql similar to drill?

5


What are the different types of bio technology?

629


19. Name different types of TRXs which supports different GSM bands 20. ODU LED shows orange – what is the significance?

1475


What do you by mean by the term information collection in rpa?

1


What is new keyword in php?

534


State the different extensions for stored procedures?

474


What is extended log?

627


what is natural frequency & how to find it?

1396