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 / kirlosky
why should we mention temp=something ..... wat is temp here
plz explain
| Is This Answer Correct ? | 70 Yes | 49 No |
Post New Answer View All Answers
Is malloc memset faster than calloc?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What does volatile do?
What is the modulus operator?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is a MAC Address?
What is main function in c?
What is break statement?
What's the best way of making my program efficient?
How can you determine the size of an allocated portion of memory?
What is the difference between ++a and a++?
Explain what are the different data types in c?
Explain what is wrong with this statement? Myname = ?robin?;
What is difference between array and structure in c?
What are nested functions in c?