why this give error:
{
queue<char[4]> list;
char temp[4];
list.push( temp );
temp = list.front();
}