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
What are local static variables? How can you use them?
Explain what is a static function?
What is typedef?
which is an algorithm for sorting in a growing Lexicographic order
What are Macros? What are its advantages and disadvantages?
What is #include stdio h?
What does *p++ do? What does it point to?
What is indirection? How many levels of pointers can you have?
What is typedef struct in c?
Process by which one bit pattern in to another by bit wise operation is?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is build process in c?
What are loops in c?
Is flag a keyword in c?
What is calloc()?