Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 10393

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

11 64466

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 4849

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

1 9604

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 11313

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

1 4637

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

2 12628

Post New Vector India Interview Questions




Un-Answered Questions

Does hadoop install spark?

290


Explain the term Cloud computing? What are its types?

663


What is a goal in maven terminology?

227


Which server tasks are used for lotus notes web application?

3


what is meant by s0c-07 system abend codes?

1083


What is the process to generate random numbers in c programming language?

1179


How do I get 64 bit java?

1113


Differentiate between a pointer and a reference with respect to c++.

1248


How do you balance innovation with practical business constraints?

51


Which method will arrange the element of an array in alphabetical order?

2002


describe middleware applications that ease the connection of databases to web?

933


What are the steps of production execution process?

1118


What happens if an exception is throws from an object's destructor?

1048


5.Call by value and Call by reference with program?

2288


How do I create a drop down menu in wordpress?

173