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
What is calloc() function?
4. main() { int c=- -2; printf("c=%d",c); }
How can I read in an object file and jump to locations in it?
What does 2n 4c mean?
What is self-referential structure in c programming?
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.
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
How do you initialize pointer variables?
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.
How is a macro different from a function?
What is the meaning of ?
How many keywords (reserve words) are in c?
What is #define?
In which header file is the null macro defined?
What is ## preprocessor operator in c?