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
What is character set?
What is the process of writing the null pointer?
List some of the static data structures in C?
What is echo in c programming?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What are the two types of functions in c?
Does c have class?
What is the use of bit field?
What are the types of type specifiers?
How does selection sort work in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Explain About fork()?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is the description for syntax errors?
What is sizeof int?