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
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What are the two forms of #include directive?
Explain what does the format %10.2 mean when included in a printf statement?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What does it mean when the linker says that _end is undefined?
In a switch statement, explain what will happen if a break statement is omitted?
what is recursion in C
What are valid operations on pointers?
Calculate 1*2*3*____*n using recursive function??
What is the difference between fread and fwrite function?
What are the scope of static variables?
Why c is a procedural language?
Should a function contain a return statement if it does not return a value?
Is there sort function in c?
What is a good way to implement complex numbers in c?