Design a program using an array that searches a number if it
is found on the list of the given input numbers and locate
its exact location in the list.
Answer Posted / vignesh1988i
small mistake in above program.... in last printf pl. change
*(*(ptr+i)) as (*(ptr+i))
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of sprintf?
What is the c language function prototype?
can anyone please tell about the nested interrupts?
What are the advantages of using Unions?
write an algorithm to display a square matrix.
What is the use of getch ()?
What are the different types of control structures in programming?
What is the use of header?
Explain the difference between strcpy() and memcpy() function?
What is c variable?
How can I get random integers in a certain range?
code for quick sort?
What is the use of typedef in structure in c?
Can 'this' pointer by used in the constructor?
What is difference between structure and union with example?