Mahua (community development block)

Mahua is a block in vaishali district,[3] bihar state,[1] According to census website all blocks in bihar state Nomenclature as C.D.Block ( community development blocks [4]

Mahua
Community Development Block
Mahua
Location in bihar , India
Coordinates: 25°48′44.0″N 85°23′48.0″E
Country India
StateBihar
Districtvaishali
District Sub-divisionMahua [1]
AnchalMahua[1]
Vidhan Sabha constituencyMahua [2]
Government
  TypeCommunity development block
Population
 (2001)
  Total218,344[1]
Languages
  OfficialHindi
Time zoneUTC+5:30 (IST)
ISO 3166 codeIN-BR

Population and communities

  • Male Population : 113240 (2009 ist.)
  • female Population : 105104
  • Total Population : 218344
  • SC Total Population : 48231
  • ST Total Population : 3
  • Minority Total Population : 23924
  • Population Density : 1559
  • Sex Ratio : 928

[1]

gollark: (mod 2^128 or so)
gollark: Fibonaccae WILL be computed.
gollark: ```ruststruct Fib1 { cache: Vec<u128>}impl Iterator for Fib1 { type Item = u128; fn next(&mut self) -> Option<Self::Item> { let n = self.cache.len(); let next = self.cache[n - 1].wrapping_add(self.cache[n - 2]); self.cache.push(next); Some(next) }}fn fib1() -> Fib1 { Fib1 { cache: vec![0, 1] } }fn main() { for n in fib1() { print!("{} ", n); }}```
gollark: I prefer it this way.
gollark: Idea: wrapping_add.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.