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
In a byte, what is the maximum decimal number that you can accommodate?
What is substring in c?
When should you not use a type cast?
What are header files and what are its uses in C programming?
Is c language still used?
explain what are pointers?
What are conditional operators in C?
What are the advantages of using linked list for tree construction?
What is #define?
what type of questions arrive in interview over c programming?
What is string function in c?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How can I swap two values without using a temporary?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What does %p mean c?