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 9681

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

11 61658

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 4381

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

1 9184

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 10417

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

1 4193

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

2 11939

Post New Vector India Interview Questions




Un-Answered Questions

What is bottom-up strategy?

792


Which is the payment term which actually gets defaulted when the transaction is posted for the customer (accounting view or the sales view)?

873


What are the types of service providers?

492


Can you pass an entire structure to functions?

881


How do I do an advanced search in windows 10?

592






What are the different types of control structures in programming?

854


What do you know about RBI? State its role economic development of the nation?

833


how many steps are there in etl process?

713


Explain what is queuemanager in ibm websphere mq?

595


Why development of rural area is important (when told the function of NABARD)?

775


Does kafka use hdfs?

371


Can you put two constructor with the same structure in a class?

672


How do I show posts on wordpress?

127


How long does a system restore take windows 10?

600


what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?

1642