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 57946

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 4094

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

1 8781

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 9625

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

1 3734

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

2 11253

Post New Vector India Interview Questions




Un-Answered Questions

Why jsp is better than servlet?

524


Can arraylist contain null values?

555


What is uncontrollable component in reactjs?

175


What is standard size journal and big end crankshaft in mahindra bolero

1433


How do I change outlook to classic view?

1






What are default access rights in teradata?

613


Explain performance testing?

552


explain about your MBA project and what u absorbed nd learned in that time

1329


I am working in footwear company at Himachal Pradesh. we want to send raw material - (leather) for Job work our other branch. now my question is that will have we any permission taken from excise & sale tax deppt.

4237


What ipc means?

498


Difference between soql vs sosl in salesforce?

224


How do I make my wordpress site public?

112


i have done M.S. in organic chemistry and now i got admission in M.B.A. (human resource management) but i dont know how i corelate my degree with M.B.A. to convence visa officer

1785


What is JBOD?

1511


How will you convert a string into a percentage?

399