There are 3 baskets of fruits with worng lables,one basket
has apple,another basket has orange,another has combination
of apple and orange,what is the least way of interchange
the lables.
Answer Posted / murali(jjcet)
just change the lables of each basket fr eg..if there apples
in the basket then paste the apple label fr it.....it will
be same fr both....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define VARIABLE?
What is #pragma statements?
Can a local variable be volatile in c?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Explain how can I right-justify a string?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Explain what header files do I need in order to define the standard library functions I use?
What is the meaning of 2d in c?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What are the salient features of c languages?
What is an lvalue?
What are the 5 data types?
7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.
Where define directive used?