/ This review may not find the appreciation of non programmers. for their aid I have kept the review in bold/
/ Sarkar.cpp. This a C++ program to generate the review on the movie - SARKAR /
#include <Godfather.h>
#include <BalThackeray.h>
main()
{
char *SubhashNagre=Amitabh Bachchan, *ShankarNagre=Abhishek Bachchan, *VishnuNagre=Kay Kay Menon;
Char Director[20]=RamGopal Verma;
printf(\n A film by Ram gopal verma is always awaited.Sarkar promised much more than the cinematic magic of verma but the powerhouse combination of the bachchan father and son.);
printf(\n A script inspired by Godfather and influences of a political leader add up the spices for enuf gossip and hype.);
printf(\n The story line is something which should be experienced for self. The gradual transformation of characters, their vices, their powers and the thin line between moral violence and corrupt power all has been captured with awesome brilliance. );
printf(\n The performances are top notch.Amitabh is... just Amitabh. Watch him ..he is an institution. When he gazes - its pure brilliance.);
printf(\n Abhishek is awesome... his simple clothing supports his crisp precise and calculating mind and the calm of a very self assured powerful man. even when he is in the shadows in the first half, his self control and calculating mind flows like an undercurrent.);
printf(\n Kay kay menon handles his part deftly. the angered son... Tujhe kya lagta hai be .. tera baap sant hai was terrific. Other actors were also good..);
printf(\n Ram gopal verma handles the script well keeps it taut and as usual doesnt overplay the emotions or violence but presents it as the driving force. The only problem being the background sound which is big distractor. Why do we need all those govindas.);
printf(\n All in all a good attempt to remake godfather. though the two movies have similarities.but comparisons would be unjust.);
printf(\n In the End...);
/* Prints the following sentences twenty five times*/
for( int i=0; i<25;i++)
{
printf( Amitabh Bachchan is the greatest actor in Indian film Industry);
printf(Abhishek is giving strong signs of becoming his fathers son);
printf(Verma can be a great director if he can just use less sound);
}
}
/PS: some compilers do not allow direct allotment in strings.. during declaration./