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 / prakash
QUESTION WAS NOT DISSIMILAR ,BUT DIFFERENT ELEMENT LIKE,
12344214211LIKE THIS ......
TELL ME THE ANSWER
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pass by value in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
How to throw some light on the b tree?
Explain continue keyword in c
What is the difference between typedef struct and struct?
What is the process to generate random numbers in c programming language?
Explain how can I convert a string to a number?
Is this program statement valid? INT = 10.50;
shorting algorithmS
What is #define used for in c?
Why is structure padding done in c?
Is a pointer a kind of array?
How do you list a file’s date and time?