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
Why main is not a keyword in c?
C program to find all possible outcomes of a dice?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What does 3 periods mean in texting?
Write a program to print all permutations of a given string.
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is the easiest sorting method to use?
What is the most efficient way to store flag values?
How can I get the current date or time of day in a c program?
How many types of operator or there in c?
What is c token?
Tell me what is null pointer in c?
What are data structures in c and how to use them?
What is an auto keyword in c?
How are portions of a program disabled in demo versions?