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 / satys
we can use any variable in the place of temp
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How does #define work?
Is malloc memset faster than calloc?
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is the difference between typedef and #define?
What is meant by errors and debugging?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Difference between Function to pointer and pointer to function
Explain the use of keyword 'register' with respect to variables.
Does c have function or method?
What is the most efficient way to count the number of bits which are set in an integer?
Why is c so important?
What are the disadvantages of c language?
What is volatile variable in c with example?
What is a keyword?
Differentiate between full, complete & perfect binary trees.