While working with pointers i wrote the following code,
int main() { int a[]={10,20,30,40,50}; int i; for(i=0;i<5;i++) { printf(\"
http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=%2Fcom.ibm.xlcpp8a.doc%2Flanguage%2Fref%2Flvalue.htm
also i guess it depends on the compiler?