A array contains dissimilar element how can we count,
and
A array contains dissimilar element how can we store in
another array with out repetition.
Answer Posted / beginner in learning c!!
An array can never contain dissimilar elements. You dont
call that derived data type as array!! so the two questions
hav NO ANSWER.. :)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Why c is called free form language?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
why we wont use '&' sing in aceesing the string using scanf
Difference between MAC vs. IP Addressing
What is pointer to pointer in c?
What are formal parameters?
Explain what does a function declared as pascal do differently?
What are the header files used in c language?
What are the types of functions in c?
Write a program in c to replace any vowel in a string with z?
what do u mean by Direct access files? then can u explain about Direct Access Files?
What does %c do in c?
what is the function of pragma directive in c?
What Is The Difference Between Null And Void Pointer?
how can f be used for both float and double arguments in printf? Are not they different types?