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 ……..
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,………….].
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of typedef in c?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is a program flowchart and explain how does it help in writing a program?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Is it better to use a macro or a function?
Should I learn c before c++?
What is break in c?
What is file in c language?
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is register variable in c language?
What's the difference between constant char *p and char * constant p?