Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

Do you have any idea how to compare array with pointer in c?

1094


When should volatile modifier be used?

1074


What is the return type of sizeof?

1114


How can I open files mentioned on the command line, and parse option flags?

1105


Which header file is essential for using strcmp function?

1534


What are keywords in c with examples?

1151


What is main function in c?

1137


Explain what’s a signal? Explain what do I use signals for?

1252


Which is better malloc or calloc?

1157


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

1208


How do you print only part of a string?

1072


why return type of main is not necessary in linux

2151


Can the curly brackets { } be used to enclose a single line of code?

1217


Combinations of fibanocci prime series

1666


What is a sequential access file?

1245