#include<cstdio>
int main()
{
char *s="\12345s\n";
print("%d",sizeof(s));
return 0;
}
what will be output of above program and why ????
---------------------------------
Yahoo! Answers - Get better answers from someone who knows. Tryit now.
[Non-text portions of this message have been removed]
