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 9343

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

11 58142

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 4114

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

1 8801

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 9658

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

Post New Vector India Interview Questions




Un-Answered Questions

What are entity types in drupal?

103


When should you use json web tokens?

434


What is the pattern for HAL Online-exam?

1668


What is ecp (equivalence class partition)?

686


Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.

1560






What is difference between identifier and variable?

468


How Do you Code Composition and Aggregation in C++ ?

24190


What is recursive stored procedure?

598


How would you differentiate a secondary immune response from primary immune response?

140


How to Design green buildings services? What is the advantage to design green building?

1369


How do I customize my outlook toolbar?

1


how many processes can I run with single licence?

182


How to download/upload image sapscripts from & to your pc?

591


What is default constructor in java?

450


hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?

1724