Antima Teerpu (1988 film)
Antima Teerpu (transl. The Final Verdict) is a 1988 Indian Telugu film directed by Joshiy. It was a remake of the director's own Malayalam film, New Delhi, which was loosely based on the novel, The Almighty, written by Irving Wallace. It is the only Telugu film to be entirely shot in Delhi. Krishnam Raju won the Filmfare Award for Best Actor – Telugu for this film.
Antima Teerpu | |
---|---|
![]() Theatrical poster | |
Directed by | Joshiy |
Written by | Jandhyala (dialogues) |
Screenplay by | Dennis Joseph |
Story by | Dennis Joseph |
Starring | Krishnamraju Thiagarajan Sumalatha Prabhakar Reddy Ranganath |
Music by | Shyam |
Cinematography | Jayanan Vincent |
Edited by | K. Sankunni |
Running time | 151 minutes |
Country | India |
Language | Telugu |
Cast
- Krishnamraju as GK aka G. Krishna Moorti
- Thiagarajan as Nataraj Vishnu aka Salem Vishnu
- Sumalatha as Vasanta
- Prabhakar Reddy
- Ranganath asa Shankar
- Suresh Gopi as Suresh
- Urvashi as Uma
- Mohan Jose
- Gummadi Venkateswara Rao as Jailor
gollark: Well, two statements.
gollark: It's two lines, silly.
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.