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,………….].
Answers were Sorted based on User's Feedback
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 |
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
How is a macro different from a function?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
How can I find out how much free space is available on disk?
If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 Answers Microsoft, Motorola,
What is pointer and structure in c?
What is a structure and why it is used?
What is an array? What the different types of arrays in c?
WRITE A PROGRAM TO FIND A REVERSE OF TWO NO
What is the explanation for prototype function in c?