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 / ankur
zero.
why do we want to interchange the lables. Question gives
incomplete details.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
how do you execute a c program in unix.
What is the difference between c &c++?
How pointers are declared?
What is a c token and types of c tokens?
What is a method in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is c++ used for today?
Is using exit() the same as using return?
What is a protocol in c?
What is the best way to comment out a section of code that contains comments?
What is static identifier?
Is flag a keyword in c?
Explain what standard functions are available to manipulate strings?
Why pointers are used in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given