Mohan Choti

Mohan Choti (1935 – 1 February 1992) was an Indian film actor who worked as a comedian in Hindi films. The name Mohan Choti came from a fictional character from the 1963 film Bluff Master.[1][2][3][4]

Mohan Choti
Born
Mohan Rakshakar

1935
Kamal colony , Amravati 444606
Died1 February 1992(1992-02-01) (aged 56–57)
NationalityIndian
OccupationActor, comedian
Years active1954–1992

Biography

Mohan Choti was born as Mohan Rakshakar to Constable Atmaram Rakshakar in 1933 at Amravati, Amravati District Maharashtra.

He produced and directed two films — "Dhoti Lota Aur Chowpatty" and "Hunterwali 77". He also opened a restaurant which was called "Sawal roti ka; Dhaba choti ka". He also started Atta distribution unit called "Choti Walla Atta".

He died on 1 February 1992 at the age of 57.

Filmography

Mohan Choti acted in nearly 280 films from 1954 to 1994.[5]

gollark: One of these days I really ought to add login and CSRF prevention.
gollark: ```javascriptimport m = require("mithril")import * as RPCTypes from "../common/rpc"export const sendMessage = (msg: RPCTypes.Message): Promise<RPCTypes.MessageResponse> => { return m.request( { method: "POST", url: "./rpc/", body: msg, }).then(res => { const [ type, p1, p2 ] = res if (type === "error") { throw new RPCTypes.RPCError(p2, p1) } else if (type === "ok") { return p1 } else { throw new Error("Invalid RPC response") } })}const handler = { get: (target, prop) => (...args) => sendMessage([prop, ...args])}export const serverProxy = new Proxy({}, handler)```
gollark: The RPC thing and some JS hax on the client mean I can basically just call any function the server provides as if it's a local one (except asynchronously).
gollark: minoteaur is just plain RPC - you do `POST /rpc` with a function and its arguments as JSON.
gollark: You're forced to try and map the data/functions your thing provides onto a structure which may not really fit them well.

References

  1. "Mohan Choti". IMDb. Retrieved 15 October 2018.
  2. "Mohan Choti". veethi.com. Retrieved 15 October 2018.
  3. "Mohan Choti movies, filmography, biography and songs - Cinestaan.com". Cinestaan. Retrieved 8 February 2020.
  4. "Mohan Choti Filmography | Biography of Mohan Choti". www.indianfilmhistory.com. Retrieved 8 February 2020.
  5. "Mohan Choti". BFI. Retrieved 15 October 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.