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 is diff between localstatic and globalstatis variable
possible 2 use in another file...?

Answer Posted / guest

localstatic belong to that only that function .
globalestatic belong 2whole file. not possible.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

plz let me know how to become a telecom protocol tester. thank you.

2133


how many key words availabel in c a) 28 b) 31 c) 32

1006


write an algorithm to display a square matrix.

2637


In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]

2408


Explain what will the preprocessor do for a program?

1001


Do character constants represent numerical values?

1282


What is page thrashing?

1025


How do we open a binary file in Read/Write mode in C?

1175


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

1021


What is the difference between strcpy() and memcpy() function in c programming?

1023


Explain what is the difference between text files and binary files?

1093


When should you not use a type cast?

1061


main() { printf("hello"); fork(); }

1143


how should functions be apportioned among source files?

1053


Write a program to check prime number in c programming?

1026