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

proc() {

static i=10;
printf("%d",i);
}

If this proc() is called second time, what is the output?

Answer Posted / saurabh

does static function increment the counter variable by
one?? if not then how can u say that i value will be
incremented by 1.
finally the i value will be 10 only. it will not
increment.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between malloc() and calloc() function?

1102


What are types of functions?

1080


Differentiate between new and malloc(), delete and free() ?

1236


How do I convert a string to all upper or lower case?

1173


Write a program to use switch statement.

1184


Can you please compare array with pointer?

1156


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

1101


How do I use strcmp?

1132


What would be an example of a structure analogous to structure c?

1048


Is it better to bitshift a value than to multiply by 2?

1143


What is nested structure?

1096


Can 'this' pointer by used in the constructor?

1133


What is c programing language?

1134


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1294


How can I open a file so that other programs can update it at the same time?

1238