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 9325

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

11 57957

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 4100

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 9627

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

1 3736

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

2 11254

Post New Vector India Interview Questions




Un-Answered Questions

What does the option psql -l of PostgreSQL display?

977


Explain a proof of stake in a simple way?

1


What is maximum size of array in c?

570


What is the full name of linux?

435


What is the effect of using two converging lenses in one optical instrument?

483






What is the equivalent in BCB to a Pdox TCursor?

1489


Do you have research experience in machine learning?

49


What is the Default admin port?

488


Explain how did the moon form?

71


What is dhtml in javascript?

489


what are rails filters?

532


What are different types of instances?

216


Define passive immunity?

166


When building a keyword list for a display network campaign, what should you following?

1


What is the switch activity in uipath?

206