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 byJoshiy
Written byJandhyala (dialogues)
Screenplay byDennis Joseph
Story byDennis Joseph
StarringKrishnamraju
Thiagarajan
Sumalatha
Prabhakar Reddy
Ranganath
Music byShyam
CinematographyJayanan Vincent
Edited byK. Sankunni
Running time
151 minutes
CountryIndia
LanguageTelugu

Cast

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.