What is the output of this program Provide your answer in th
What is the output of this program? Provide your answer in the given box. # include # include using name space std; int main () int a = 5, b =10, c = 15; string strl = \"Hell \", str2 = \"world\"; a +=b; cout
Solution
the output for the fallowing program
a=15
c=17/2=8 //as c is integer
str1=helloworld //string concatention
b=9/2=4 //as b is ineger
a=-1 //as a is integer
8 8 8 // the values of a b c
2 //the value of a%7
true //boolean value
