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
How are 16- and 32-bit numbers stored?
Which is best linux os?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is #line?
What is the difference between #include and #include 'file' ?
List some of the dynamic data structures in C?
What is the use of the function in c?
What is an auto keyword in c?
What are the various types of control structures in programming?
What is double pointer?
what is the difference between 123 and 0123 in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Which control loop is recommended if you have to execute set of statements for fixed number of times?
how do you programme Carrier Sense Multiple Access
Explain how do you list files in a directory?