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 / nagendra
i m agree with ans 3.
ans 3 is perfect..because all labels r incorrect initially.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain how can you be sure that a program follows the ansi c standard?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
about c language
What does struct node * mean?
Do you know the use of fflush() function?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
What do you mean by dynamic memory allocation in c? What functions are used?
How can you access memory located at a certain address?
What is the difference between functions abs() and fabs()?
write a proram to reverse the string using switch case?
What is the difference between int main and void main in c?
When should the const modifier be used?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
How to draw the flowchart for structure programs?
How do we open a binary file in Read/Write mode in C?