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
Do pointers need to be initialized?
What does stand for?
What are Macros? What are its advantages and disadvantages?
Is there any data type in c with variable size?
What are the rules for the identifier?
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 a void * in c?
What are identifiers and keywords in c?
Why c is called a mid level programming language?
Why is #define used?
Can you define which header file to include at compile time?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
How do you construct an increment statement or decrement statement in C?
What is conio h in c?
Explain what does it mean when a pointer is used in an if statement?