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 / abby
array is a homogenous collection of elements, it cannot
contain dissimilar elements.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Can a pointer point to null?
Explain what is the difference between a string and an array?
What is array of structure in c programming?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Explain how does free() know explain how much memory to release?
Why do we use header files in c?
Explain the array representation of a binary tree in C.
How many types of errors are there in c language? Explain
How to declare pointer variables?
What are data types in c language?
Explain what is wrong with this program statement? Void = 10;
How do you write a program which produces its own source code as output?
Explain the properties of union. What is the size of a union variable
What is volatile variable how do you declare it?