(Move to ...)
▼
Program for illustration of Boolean Data Type
#include <iostream.h>
int main( )
{
bool flag=false;
cout<<"Flag = "<<flag<<"\n";
flag = true ;
cout << "Flag = " <<flag << "\n" ;
return 0;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment