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 9344

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

11 58169

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 4117

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

1 8802

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 9664

#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 11284

Post New Vector India Interview Questions




Un-Answered Questions

Mention the steps involved in the execution of a program.

499


What does tds stand for in texting?

464


What are Broadcast Variables?

7


Define denormalization.

596


Explain what is the JSF architecture?

72






Abstract class and interface, multiple inheritance, live example

896


You wan to make a user/ vendor a valid part of srm. How will you do that? Does this need anything particular to be done?

463


How many pages can a wordpress site have?

95


I have been interview in next week my posting is accounts officer i have be manage with AP,AR,BRS and GL what Books i have read.

1567


What are on-page and off-page optimization?

159


How can you spill the reducers?

505


Explain why does dna twist?

460


What is difference among Any, All and Contains?

86


What is anagram of a string?

515


Can you tell me range of byte?

558