Kabbenur
Kabbenur is a village in Dharwad district of Karnataka, India.[1]
Kabbenur | |
---|---|
Village | |
Country | |
State | Karnataka |
District | Dharwad |
Government | |
• Body | Village Panchayat |
Population (2011) | |
• Total | 2,384 |
Languages | |
• Official | Kannada |
Time zone | UTC+5:30 (IST) |
ISO 3166 code | IN-KA |
Vehicle registration | KA |
Website | karnataka |
Demographics
As of the 2011 Census of India there were 451 households in Kabbenur and a total population of 2,384 consisting of 1,186 males and 1,198 females. There were 310 children ages 0-6.[2]
gollark: Adding a new element:```lualocal x = {1, 2, 3}table.insert(x, 4) -- inserts 4 at the end-- x is now {1, 2, 3, 4}table.insert(x, 2, "a") -- inserts "a" at position 2-- x is now {1, "a", 2, 3, 4}```
gollark: Defining an array-ish table:```lualocal example_table_name = {1, 2, 3, "hi", {}, "mixed types too"}```Iteration:```lualocal x = {"a", "b", "c"}for index, value in ipairs(x) do print(index, value)end-- prints 1 a then 2 b then 3 c```
gollark: Or more accurately maps which can be used as arrays.
gollark: Tables are basically a combination of maps and arrays for some stupid reason.
gollark: Yes, tables.
References
- Village Directory Archived 22 July 2011 at the Wayback Machine, 2001 Census of India
- "C.D. Block Wise Primary Census Abstract Data(PCA) - KARNATAKA". Census Commission of India. Retrieved 1 August 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.