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

Vector India Interview Questions
Questions Answers Views Company eMail

what are the various methods to overcome it?

2 9343

main() { int a=4,b=2; a=b<>2; printf("%d", a); }

11 58142

Pipes support half duplex communication. But if we want full-duplex communications we should use two pipes between two processes. Is such situation can leads to deadlock? Write two scenarios that could leads to deadlock in such situations?

1 4115

main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }

1 8801

main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }

4 9658

#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā€); #endif }

1 3750

main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 11283

Post New Vector India Interview Questions




Un-Answered Questions

What are the different types of fragmentation?

637


What are the segments in asset master ? : fi- asset accounting

650


Which BOM item category you have used?

974


What is factless fact tables?

634


What function are arguments available to express js route handlers?

240






By any way can we increase the B check hours from 300 to 500

1695


How do I change apache to mpm?

509


Define seam finish?

1


what is tableau data server?

159


What is the difference between attributes and property?

484


What is a function in oracle pl sql?

538


What are the uses of lead compensator?

601


What is the latest version of edubuntu and when was it released?

410


Define heap order property?

545


What is the domain in weblogic server?

574