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 / krupakar

The answer is 10.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the size of enum in c?

1171


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2884


write an algorithm to display a square matrix.

2762


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

1104


Are the outer parentheses in return statements really optional?

1160


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

2213


Explain what are multidimensional arrays?

1122


Can we replace the struct function in tree syntax with a union?

1353


Is struct oop?

1061


What are the __date__ and __time__ preprocessor commands?

1176


What are the main characteristics of c language describe the structure of ac program?

1264


What is console in c language?

1142


What are the modifiers available in c programming language?

1279


What are static variables in c?

1130


What is memory leak in c?

1175