#include using namespace std;int main(){ char str[]= "Hello,World!"; int size = sizeof(str); cout < return 0;}