computer programming
What does it mean for the following?‘C’“Hello, there!””C”◦What we need to add to our program to use string as atype?◦Int x =3.4;
cout <<x; what value is printed here?
◦What is wrong here?int a;cin >> a;cin >> b;int b;
Expert Answer
An answer will be send to you shortly. . . . .