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
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is file in c preprocessor?
Disadvantages of C language.
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
How can I change the size of the dynamically allocated array?
Why use int main instead of void main?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
When do we get logical errors?
What is a node in c?
Write a program to check armstrong number in c?
What is void pointers in c?
What is LINKED LIST? How can you access the last element in a linked list?
What are preprocessor directives in c?
What is the difference between functions abs() and fabs()?
How are strings stored in c?