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


Please Help Members By Posting Answers For Below Questions

What is calloc() function?

877


4. main() { int c=- -2; printf("c=%d",c); }

1582


How can I read in an object file and jump to locations in it?

819


What does 2n 4c mean?

995


What is self-referential structure in c programming?

907


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

871


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3064


How do you initialize pointer variables?

829


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1726


How is a macro different from a function?

882


What is the meaning of ?

822


How many keywords (reserve words) are in c?

832


What is #define?

808


In which header file is the null macro defined?

1134


What is ## preprocessor operator in c?

838