write a program to search for an element in a given array.
If the array was found then display its position otherwise
display appropriate message in c language
Answer Posted / priya chauhan
Find the presence of a given number in a set of numbers
using array. also find the position of the number.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Explain the difference between ++u and u++?
What is the difference between call by value and call by reference in c?
What are Macros? What are its advantages and disadvantages?
Can 'this' pointer by used in the constructor?
show how link list can be used to repersent the following polynomial i) 5x+2
What is getch?
What is difference between class and structure?
What is a pointer on a pointer in c programming language?
What is stack in c?
What kind of structure is a house?
Is main a keyword in c?
int far *near * p; means
What's a good way to check for "close enough" floating-point equality?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What does *p++ do?