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 9554

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

11 60860

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 4293

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

1 9067

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 10151

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

1 4006

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

2 11749

Post New Vector India Interview Questions




Un-Answered Questions

Why do we use spark?

234


How do you make an rss feed?

545


What is data abstraction in dbms?

705


What is the method to check the inventory vars defined for the host?

1


• Why not 4 phase & 5 phase

1731






How to find type of variable?

660


How many types of built in functions are there in sql server 2012?

609


Describe the disadvantage of cookies.

689


What is the difference between union and anonymous union?

950


why we use impulse line of flow transmitter at 45 deg. angle both side of orifice plate.

2085


Explain the configuration section of a cobol program with examples of syntax.

783


Can properties be private in c#?

590


Who was the scientist behind the indian ballistic missile “ agni ”?

543


advantage and disadvantage in visual-basic and ms-access please tell me or send my mail-id

2768


In tm, if group of employees get 10 days of annual leave, what will be the time evaluation status?

818