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
What is modeling?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are local static variables?
Can you tell me how to check whether a linked list is circular?
why do some people write if(0 == x) instead of if(x == 0)?
When can you use a pointer with a function?
Explain the difference between #include "..." And #include <...> In c?
What is cohesion in c?
What does it mean when a pointer is used in an if statement?
Which built-in library function can be used to match a patter from the string?
How can I manipulate strings of multibyte characters?
Is null a keyword in c?
What is zero based addressing?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is fflush() function?