What is the output of the following programs?
#include
using namespace std;
int main () {
char greeting[6] = {'H', 'e', 'l', 'l', 'o', '\0'};
cout << "Greeting message: ";
cout << greeting << endl;
return 0;
}
Answers
Answered by
0
Answer:
0 because any number divide 0 becamce that's y
Similar questions