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

