Hungama (1971 film)

Hungama is a 1971 Bollywood comedy film. The film stars Kishore Kumar, Vinod Khanna and Zeenat Aman .

Hungama
StarringKishore Kumar, Vinod Khanna and Zeenat Aman
Release date
1971
CountryIndia
LanguageHindi

Bade, a rich businessman worked with his younger brother Chote. They were a mean and miserly pair. Their nephew Mehmood was a spendthrift. So they decided to get him married. But on the wedding day, the nephew ran away from home.

Cast

Soundtrack

  1. "Suraj Se Jo Kiran Ka Naata" - Lata Mangeshkar, Mukesh
  2. "Waah Ri Kismat Waah Waah" - Asha Bhosle, Manna Dey
  3. "Kachchi Kali Kachnaar Ki" - Asha Bhosle, Manna Dey
  4. "Meri Jawaani Teri Deewaani" - Asha Bhosle
  5. "Ai Door Se Baat Karna Ri" - Kishore Kumar, Asha Bhosle
gollark: <@111608748027445248> I should have fixed it, try now.
gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.


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