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 9327

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

11 57974

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 4101

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

1 8782

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 9633

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

1 3738

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

2 11256

Post New Vector India Interview Questions




Un-Answered Questions

what is cbp? What is the difference between cbp and mrp?

780


Can we install two different peopletools version on same machine ie client, if yes , what oracle configuration should be installed?

545


Is php coding easy?

497


Why do we need Sessions?

572


What is pangolin?

731






How are the elements of a gridbaglayout organized?

537


how can you describe yourself

1781


How many instances of a jobtracker run on hadoop cluster?

385


How can you avoid importing tables one-by-one when importing a large number of tables from a database?

5


What kind of problems lend themselves to machine learning?

42


Which is the landing craft used by armstrong on the moon?

81


What is hashset c#?

488


What is a .exe game?

486


Define resonant frequency?

716


how may join possible between (requisition with purchase order)

1692