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 C function to search a number in the given list of
numbers. donot use printf and scanf

Answer Posted / gg

Dear... Vignesh... r u tested?
if tested..., on what Compiler...

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15887


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1309


Can 'this' pointer by used in the constructor?

1131


while initialization of array why we use a[][2] why not a[2][]...?

2400


What is pointer to pointer in c with example?

1150


What is time complexity c?

1040


What is file in c language?

1050


What is volatile, register definition in C

1147


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

2351


where are auto variables stored? What are the characteristics of an auto variable?

1101


is it possible to create your own header files?

1161


What is meant by gets in c?

1263


Explain what happens if you free a pointer twice?

1134


How can I get back to the interactive keyboard if stdin is redirected?

1232


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

3230