if array a conatins 'n' elements and array b conatins 'n-1'
elements.array b has all element which are present in array
a but one element is missing in array b. find that
element.
Answer Posted / jay
Guys all this answer where work for integer but what about string and characters???????????????
they r not going to work on that!!!!!!!!!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to find anagram without using string functions using only loops in c programming
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Where register variables are stored in c?
Where define directive used?
What are the types of c language?
Is printf a keyword?
How do you do dynamic memory allocation in C applications?
How can I list all of the predefined identifiers?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
can any one provide me the notes of data structure for ignou cs-62 paper
How the c program is executed?
What is a program?
I need previous papers of CSC.......plz help out by posting them.......
What is difference between Structure and Unions?