| | Consider the following code snippet:
int p; string s("Pass"); bool k; if(s=="pass") { k=true; } p=true+50+false; cout< What will be the output on executing the above code?
Options
a) Error as the Boolean values cannot be added
... | | Posted By:Shruti Sharma Posted On: Dec 15 |
|