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

what are the static variables

Answer Posted / mahendranath reddy ,cudpha

static int xx;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can static variables be declared in a header file?

1098


What is the value of uninitialized variable in c?

1088


What is const volatile variable in c?

1100


Which one would you prefer - a macro or a function?

1130


What is data structure in c and its types?

1111


How do you search data in a data file using random access method?

1352


What are the 4 data types?

1055


What are the keywords in c?

1171


How are strings stored in c?

1074


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

1410


How pointers are declared?

1007


What is the difference between int main and void main in c?

1235


int far *near * p; means

3619


What is printf () in c?

1142


Explain null pointer.

1187