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 / suganya
First we have 2 put all the apples and oranges in the
same basket.. Later v hav 2 arrange the fruits acc to the
lables in the basket..
| Is This Answer Correct ? | 2 Yes | 11 No |
Post New Answer View All Answers
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
Why do we need functions in c?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Write a c program to demonstrate character and string constants?
Why is event driven programming or procedural programming, better within specific scenario?
What is data type long in c?
Which is better oop or procedural?
What is the modulus operator?
What is static identifier?
What is extern c used for?
Explain two-dimensional array.
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
Write a program to show the change in position of a cursor using c
What is the use of #include in c?
What are the different types of pointers used in c language?