i have not created the array name then why this C program is working.`
#include<stdio.h>
int main()
{
printf("%c",7["sundaram"]);
return 0;
}
i have not created the array name then why this C program is working.`
#include<stdio.h>
int main()
{
printf("%c",7["sundaram"]);
return 0;
}