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
Why do we use return in c?
a program that can input number of records and can view it again the record
Describe the steps to insert data into a singly linked list.
When should structures be passed by values or by references?
What is LINKED LIST? How can you access the last element in a linked list?
what are # pragma staments?
Why c is faster than c++?
write a proram to reverse the string using switch case?
provide an example of the Group by clause, when would you use this clause
what is the diffrenet bettwen HTTP and internet protocol
What is call by value in c?
What is a spanning Tree?
write a program to find out prime number using sieve case?
What are the usage of pointer in c?
int i=10; printf("%d %d %d", i, i=20, i);