#include<iostream>
using namespace std;
int main()
{ int k=10;
int x;
bool z;
z=k<15;
x=k<4;
x=5;
// x=5;
//cout<<sizeof(x)<<endl<<sizeof(z)<<endl;
cout<<"value of z"<<z<<endl<<"value of x"<<x;
int i;
cin>>i;
return 0;
}
using namespace std;
int main()
{ int k=10;
int x;
bool z;
z=k<15;
x=k<4;
x=5;
// x=5;
//cout<<sizeof(x)<<endl<<sizeof(z)<<endl;
cout<<"value of z"<<z<<endl<<"value of x"<<x;
int i;
cin>>i;
return 0;
}
No comments:
Post a Comment