C++ > Beginners Lab Assignments
Game of Bollywood
Game of Bollywood # include
# include
# include
# include
# include
# include
static int cnt=0; void main() { clrscr(); char film[150],ch,film2[150]; int choi,len,res=0,dig=0,j,count=0,len1,flag=1,p; cout<<"Enter 1 For HOLLYWOOD & 2 For BOLLYWOOD "; cin>>choi; cout<<" ENTER THE NAME OF THE FILM "; gets(film); len=strlen(film); len1=len; clrscr(); flushall(); gotoxy(15,10); if(choi==1) cout<<"HOLLYWOOD "; else cout<<"BOLLYWOOD "; for(int i=0;i
>ch; film2[cnt]=ch; if(cnt>=1) { for(int k=0;k
C++ Codes
Algorithms
Beginners
Code Snippets
Graphics
Data Structures
Games
Mathematics
Miscellaneous