What happens when you attempt to compile and run the following code?
#include
using namespace std;
int main()
{
const char *s;
char str[] = "Hello";
s = str;
while(*s) {
cout << *s++;
}
return 0;
Limited Time Offer
25%
Off
Karl
4 months agoMonroe
4 months agoMa
4 months agoLashaun
4 months agoAlita
2 months agoCasey
2 months agoGerald
2 months agoViva
3 months agoFlo
3 months agoLayla
3 months agoWillodean
4 months agoSueann
4 months agoLauran
4 months agoAlita
4 months agoIlona
3 months agoMeaghan
3 months agoChandra
4 months agoJanella
3 months agoRoselle
3 months agoNana
4 months agoTeri
4 months ago