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 / abdinasir maxamed abdulle
Array that display search using c languege
| Is This Answer Correct ? | 16 Yes | 8 No |
Post New Answer View All Answers
What is the purpose of macro in C language?
What is volatile, register definition in C
How to declare pointer variables?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Can a pointer be static?
How do you print an address?
Is fortran still used in 2018?
Why c is a procedural language?
write a c program for swapping two strings using pointer
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
How do I get a null pointer in my programs?
What do you mean by recursion in c?
Why is void main used?
Do variables need to be initialized?