Find the output of the following C Apptitude (2)
My question is
Find the output of the following
void main()
{
char *s="\12345s\n";
printf("%d",sizeof(s));
}
Advance Thanks,R.Rengaraj
{Java Certification Quiz}
{On this forum my 22nd Question.}