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 / all
#include<stdio.h>
| Is This Answer Correct ? | 11 Yes | 30 No |
Post New Answer View All Answers
Why do we use c for the speed of light?
What is const volatile variable in c?
Are bit fields portable?
What is enumerated data type in c?
Explain how can a program be made to print the name of a source file where an error occurs?
What is an auto variable in c?
Describe explain how arrays can be passed to a user defined function
Why c is procedure oriented?
Write a program to print "hello world" without using a semicolon?
Why functions are used in c?
Can we declare variable anywhere in c?
What is the use of getchar functions?
Write a program to print fibonacci series without using recursion?
Why should I prototype a function?
What is this infamous null pointer, anyway?