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...


to write a program, that finds the minimum total number of
shelves, including the initial one, required for this
loading process.

The packets are named A, B, C, D, E &#133;&#133;..

Any numbers of packets with these names could be kept in the
shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK].

All packets are to be loaded on cars. The cars are lined in
order, so that the packets could be loaded on them. The cars
are also named [A, B, C, D, E,&#133;&#133;&#133;&#133;.].

Answers were Sorted based on User's Feedback



to write a program, that finds the minimum total number of shelves, including the initial one, requ..

Answer / sri

overaj is a boy......murali is ove's lover............pls
copy this code and u will get the answer............

Is This Answer Correct ?    18 Yes 18 No

to write a program, that finds the minimum total number of shelves, including the initial one, requ..

Answer / murali

wat a question dude....

Is This Answer Correct ?    8 Yes 9 No

Post New Answer

More C Interview Questions

void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

0 Answers  


What is the purpose of main() function?

0 Answers  


Differentiate between Macro and ordinary definition.

0 Answers   Motorola,


Tell me what are bitwise shift operators?

0 Answers  


Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


Explain can the sizeof operator be used to tell the size of an array passed to a function?

0 Answers  


Is int a keyword in c?

0 Answers  


write a program to display reverse of a number using for loop?

14 Answers  


what is ram?

3 Answers   TCS,


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers   Aspire, Infogain,


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


How can variables be characterized?

0 Answers  


Categories