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 10354

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

11 64226

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 4824

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

1 9574

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 11260

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

1 4606

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

2 12585

Post New Vector India Interview Questions




Un-Answered Questions

Can the name of a view be same as the name of a hive table?

726


I post Optional Voucher in Tally.ERP in which there is deduction of TDS is applied. But when I convert this voucher as regular voucher the TDS entry have to make again why so

2043


How did the Department determine the new total annual compensation requirement for highly compensated employees (HCEs)?

5


What are the options for configuring storage for process engine's checkpoint repository ?

1162


what is the exact heat treatment cycle of IS 4522 Gr6 to get the required properties?

2480


What are the Quantifiers in LINQ?

126


How to type outside of a table in word?

579


How do you fade a picture in powerpoint?

349


What are limited liability companies? What are its two types?

1193


difference between primary ledger and secondary ledger in r12

1530


How does the windows command interpreter (cmd.exe) parse scripts?

878


Explain some predefined exceptions.

1019


What is the client concept in SAP? What is the meaning of client independent ?

1876


What was first microsoft windows?

872


there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.

3867