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...

Design a program using an array that searches a number if it
is found on the list of the given input numbers and locate
its exact location in the list.

Answer Posted / vignesh1988i

small mistake in above program.... in last printf pl. change

*(*(ptr+i)) as (*(ptr+i))

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the acronym for ansi?

1105


Why should I prototype a function?

1251


Which is the memory area not included in C program? give the reason

1998


What is the purpose of 'register' keyword in c language?

1074


Write a program to print fibonacci series without using recursion?

1218


provide an example of the Group by clause, when would you use this clause

2246


Explain the concept and use of type void.

1165


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1998


Why is struct padding needed?

1156


Explain why c is faster than c++?

1124


Is calloc better than malloc?

1075


Why c is procedure oriented?

1123


Explain what are header files and explain what are its uses in c programming?

1201


How do you construct an increment statement or decrement statement in C?

1272


What is the use of putchar function?

1107