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
int i=10; printf("%d %d %d", i, i=20, i);
Is c easy to learn?
Where is c used?
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
Why is c so popular?
What is c language and why we use it?
What is difference between array and pointer in c?
How does #define work?
What is function prototype in c language?
What does %d do?
What is memory leak in c?
What are the valid places to have keyword “break”?
Subtract Two Number Without Using Subtraction Operator
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
can we change the default calling convention in c if yes than how.........?