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
string reverse using recursion
What is the difference between text files and binary files?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is meant by high-order and low-order bytes?
What do you mean by recursion in c?
Is it better to use a macro or a function?
List a few unconditional control statement in c.
What are the types of data structures in c?
Explain how can you be sure that a program follows the ansi c standard?
which is an algorithm for sorting in a growing Lexicographic order
write a program for the normal snake games find in most of the mobiles.
What are the different types of data structures in c?
List out few of the applications that make use of Multilinked Structures?
What are pragmas and what are they good for?
what is the difference between 123 and 0123 in c?