char foo ()
{
        char *ptr   = "hello world!"; /* Using POINTER */
    return ptr [7];
}

