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 do we use & in c?
Explain the difference between getch() and getche() in c?
What does c mean in standard form?
Is anything faster than c?
Where we use clrscr in c?
How can I do graphics in c?
Difference between goto, long jmp() and setjmp()?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
What does c value mean?
What are the two types of structure?
what are the 10 different models of writing an addition program in C language?
Explain what is the difference between the expression '++a' and 'a++'?
What does c mean in basketball?
Why does this code crash?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?